#C097DE

Color #C097DE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C097DE

Tints of Wisteria #C097DE

Color information

#C097DE (or 0xC097DE) is unknown color: approx Wisteria. HEX triplet: C0, 97 and DE. RGB value is (192,151,222). Sum of RGB (Red+Green+Blue) = 192+151+222=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C097DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DE is #3F6821. Grayscale: #ABABAB. Windows color (decimal): -4155426 or 14587840. OLE color: 14587840.

HSL color Cylindrical-coordinate representation of color #C097DE: hue angle of 274.65º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C097DE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192151222-
CMYK0.140.3200.13
HSL274.65º51.82%73.14%-
HSV(B)274.65º31.98%87.06%-
XYZ45.9938.6174.14-
YUV171.35156.58142.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=33.98%
G=26.73%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921512220.140.3200.13274.6551.8273.14
HexC097DEE200D1133449
Octal300227336164001542364111
Binary1100000010010111110111101110100000011011000100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097DE; }

 p { color: rgb(192,151,222); }

 H1.HeaderClassName
 {
   color: #C097DE;
 }
 .AnyTagClassName
 {
   color: #C097DE;
 }
</style>
background-color css

<style>
 a { background-color: #C097DE; }

 a { background-color: rgb(192,151,222); }

 div.DivClassName
 {
   background-color: #C097DE;
 }
 .BgClassName
 {
   background-color: #C097DE;
 }
</style>
border-color css

<style>
 span { border-color: #C097DE; }

 span { border-color: rgb(192,151,222); }

 td.TdClassName
 {
   border-color: #C097DE;
 }
 .TagClassName
 {
   border-color: #C097DE;
 }
</style>