#C09CD5

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

Shades of Wisteria #C09CD5

Tints of Wisteria #C09CD5

Color information

#C09CD5 (or 0xC09CD5) is unknown color: approx Wisteria. HEX triplet: C0, 9C and D5. RGB value is (192,156,213). Sum of RGB (Red+Green+Blue) = 192+156+213=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C09CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD5 is #3F632A. Grayscale: #ADADAD. Windows color (decimal): -4154155 or 13999296. OLE color: 13999296.

HSL color Cylindrical-coordinate representation of color #C09CD5: hue angle of 277.89º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09CD5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192156213-
CMYK0.100.2700.16
HSL277.89º40.43%72.35%-
HSV(B)277.89º26.76%83.53%-
XYZ45.6439.7968.23-
YUV173.26150.43141.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=34.22%
G=27.81%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921562130.100.2700.16277.8940.4372.35
HexC09CD5A1B0101162848
Octal300234325123302042650110
Binary1100000010011100110101011010110110100001000101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CD5; }

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

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

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

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

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

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

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

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