#C09ED0

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

Shades of Wisteria #C09ED0

Tints of Wisteria #C09ED0

Color information

#C09ED0 (or 0xC09ED0) is unknown color: approx Wisteria. HEX triplet: C0, 9E and D0. RGB value is (192,158,208). Sum of RGB (Red+Green+Blue) = 192+158+208=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C09ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED0 is #3F612F. Grayscale: #ADADAD. Windows color (decimal): -4153648 or 13672128. OLE color: 13672128.

HSL color Cylindrical-coordinate representation of color #C09ED0: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09ED0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192158208-
CMYK0.080.2400.18
HSL280.8º34.72%71.76%-
HSV(B)280.8º24.04%81.57%-
XYZ45.3540.2165.05-
YUV173.87147.26140.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=34.41%
G=28.32%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921582080.080.2400.18280.834.7271.76
HexC09ED08180121192348
Octal300236320103002243143110
Binary1100000010011110110100001000110000100101000110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ED0; }

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

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

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

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

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

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

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

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