#C09DCB

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

Shades of Wisteria #C09DCB

Tints of Wisteria #C09DCB

Color information

#C09DCB (or 0xC09DCB) is unknown color: approx Wisteria. HEX triplet: C0, 9D and CB. RGB value is (192,157,203). Sum of RGB (Red+Green+Blue) = 192+157+203=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCB is #3F6234. Grayscale: #ACACAC. Windows color (decimal): -4153909 or 13344192. OLE color: 13344192.

HSL color Cylindrical-coordinate representation of color #C09DCB: hue angle of 285.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09DCB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192157203-
CMYK0.050.2300.20
HSL285.65º30.67%70.59%-
HSV(B)285.65º22.66%79.61%-
XYZ44.5739.6361.8-
YUV172.71145.1141.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=34.78%
G=28.44%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921572030.050.2300.20285.6530.6770.59
HexC09DCB51701411e1f47
Octal30023531352702443637107
Binary11000000100111011100101110110111010100100011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DCB; }

 p { color: rgb(192,157,203); }

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

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

 a { background-color: rgb(192,157,203); }

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

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

 span { border-color: rgb(192,157,203); }

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