#C09ADE

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

Shades of Wisteria #C09ADE

Tints of Wisteria #C09ADE

Color information

#C09ADE (or 0xC09ADE) is unknown color: approx Wisteria. HEX triplet: C0, 9A and DE. RGB value is (192,154,222). Sum of RGB (Red+Green+Blue) = 192+154+222=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADE is #3F6521. Grayscale: #ACACAC. Windows color (decimal): -4154658 or 14588608. OLE color: 14588608.

HSL color Cylindrical-coordinate representation of color #C09ADE: hue angle of 273.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09ADE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192154222-
CMYK0.140.3100.13
HSL273.53º50.75%73.73%-
HSV(B)273.53º30.63%87.06%-
XYZ46.4839.5974.3-
YUV173.11155.59141.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=33.80%
G=27.11%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921542220.140.3100.13273.5350.7573.73
HexC09ADEE1F0D112334a
Octal300232336163701542263112
Binary110000001001101011011110111011111011011000100101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ADE; }

 p { color: rgb(192,154,222); }

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

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

 a { background-color: rgb(192,154,222); }

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

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

 span { border-color: rgb(192,154,222); }

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