#C09ED4

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

Shades of Wisteria #C09ED4

Tints of Wisteria #C09ED4

Color information

#C09ED4 (or 0xC09ED4) is unknown color: approx Wisteria. HEX triplet: C0, 9E and D4. RGB value is (192,158,212). Sum of RGB (Red+Green+Blue) = 192+158+212=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED4 is #3F612B. Grayscale: #AEAEAE. Windows color (decimal): -4153644 or 13934272. OLE color: 13934272.

HSL color Cylindrical-coordinate representation of color #C09ED4: hue angle of 277.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09ED4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192158212-
CMYK0.090.2500.17
HSL277.78º38.57%72.55%-
HSV(B)277.78º25.47%83.14%-
XYZ45.8540.4167.67-
YUV174.32149.26140.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=34.16%
G=28.11%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921582120.090.2500.17277.7838.5772.55
HexC09ED49190111162749
Octal300236324113102142647111
Binary1100000010011110110101001001110010100011000101101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ED4; }

 p { color: rgb(192,158,212); }

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

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

 a { background-color: rgb(192,158,212); }

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

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

 span { border-color: rgb(192,158,212); }

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