#C09DCF

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

Shades of Wisteria #C09DCF

Tints of Wisteria #C09DCF

Color information

#C09DCF (or 0xC09DCF) is unknown color: approx Wisteria. HEX triplet: C0, 9D and CF. RGB value is (192,157,207). Sum of RGB (Red+Green+Blue) = 192+157+207=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCF is #3F6230. Grayscale: #ADADAD. Windows color (decimal): -4153905 or 13606336. OLE color: 13606336.

HSL color Cylindrical-coordinate representation of color #C09DCF: hue angle of 282º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09DCF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192157207-
CMYK0.070.2400.19
HSL282º34.25%71.37%-
HSV(B)282º24.15%81.18%-
XYZ45.0639.8364.34-
YUV173.17147.1141.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=34.53%
G=28.24%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921572070.070.2400.1928234.2571.37
HexC09DCF71801311a2247
Octal30023531773002343242107
Binary110000001001110111001111111110000100111000110101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DCF; }

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

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

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

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

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

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

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

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