#C09CCC

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

Shades of Wisteria #C09CCC

Tints of Wisteria #C09CCC

Color information

#C09CCC (or 0xC09CCC) is unknown color: approx Wisteria. HEX triplet: C0, 9C and CC. RGB value is (192,156,204). Sum of RGB (Red+Green+Blue) = 192+156+204=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CCC is #3F6333. Grayscale: #ACACAC. Windows color (decimal): -4154164 or 13409472. OLE color: 13409472.

HSL color Cylindrical-coordinate representation of color #C09CCC: hue angle of 285º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09CCC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192156204-
CMYK0.060.2400.2
HSL285º32%70.59%-
HSV(B)285º23.53%80%-
XYZ44.5339.3462.37-
YUV172.24145.93142.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=34.78%
G=28.26%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921562040.060.2400.22853270.59
HexC09CCC61801411d2047
Octal30023431463002443540107
Binary110000001001110011001100110110000101001000111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CCC; }

 p { color: rgb(192,156,204); }

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

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

 a { background-color: rgb(192,156,204); }

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

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

 span { border-color: rgb(192,156,204); }

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