#C09FCE

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

Shades of Wisteria #C09FCE

Tints of Wisteria #C09FCE

Color information

#C09FCE (or 0xC09FCE) is unknown color: approx Wisteria. HEX triplet: C0, 9F and CE. RGB value is (192,159,206). Sum of RGB (Red+Green+Blue) = 192+159+206=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCE is #3F6031. Grayscale: #AEAEAE. Windows color (decimal): -4153394 or 13541312. OLE color: 13541312.

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

Color convert

RGB192159206-
CMYK0.070.2300.19
HSL282.13º32.41%71.57%-
HSV(B)282.13º22.82%80.78%-
XYZ45.2840.4663.82-
YUV174.22145.93140.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=34.47%
G=28.55%
B=36.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921592060.070.2300.19282.1332.4171.57
HexC09FCE71701311a2048
Octal30023731672702343240110
Binary110000001001111111001110111101110100111000110101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FCE; }

 p { color: rgb(192,159,206); }

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

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

 a { background-color: rgb(192,159,206); }

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

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

 span { border-color: rgb(192,159,206); }

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