#C09CD9

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

Shades of Wisteria #C09CD9

Tints of Wisteria #C09CD9

Color information

#C09CD9 (or 0xC09CD9) is unknown color: approx Wisteria. HEX triplet: C0, 9C and D9. RGB value is (192,156,217). Sum of RGB (Red+Green+Blue) = 192+156+217=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD9 is #3F6326. Grayscale: #ADADAD. Windows color (decimal): -4154151 or 14261440. OLE color: 14261440.

HSL color Cylindrical-coordinate representation of color #C09CD9: hue angle of 275.41º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09CD9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192156217-
CMYK0.120.2800.15
HSL275.41º44.53%73.14%-
HSV(B)275.41º28.11%85.1%-
XYZ46.1539.9970.93-
YUV173.72152.43141.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=33.98%
G=27.61%
B=38.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921562170.120.2800.15275.4144.5373.14
HexC09CD9C1C0F1132d49
Octal300234331143401742355111
Binary110000001001110011011001110011100011111000100111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CD9; }

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

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

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

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

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

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

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

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