#C09ADF

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

Shades of Wisteria #C09ADF

Tints of Wisteria #C09ADF

Color information

#C09ADF (or 0xC09ADF) is unknown color: approx Wisteria. HEX triplet: C0, 9A and DF. RGB value is (192,154,223). Sum of RGB (Red+Green+Blue) = 192+154+223=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADF is #3F6520. Grayscale: #ACACAC. Windows color (decimal): -4154657 or 14654144. OLE color: 14654144.

HSL color Cylindrical-coordinate representation of color #C09ADF: hue angle of 273.04º degrees, saturation: 0.52, 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 #C09ADF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192154223-
CMYK0.140.3100.13
HSL273.04º51.88%73.92%-
HSV(B)273.04º30.94%87.45%-
XYZ46.6139.6575.01-
YUV173.23156.09141.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=33.74%
G=27.07%
B=39.19%

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
Decimal1921542230.140.3100.13273.0451.8873.92
HexC09ADFE1F0D111344a
Octal300232337163701542164112
Binary110000001001101011011111111011111011011000100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ADF; }

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

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

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

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

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

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

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

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