#C09ADB

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

Shades of Wisteria #C09ADB

Tints of Wisteria #C09ADB

Color information

#C09ADB (or 0xC09ADB) is unknown color: approx Wisteria. HEX triplet: C0, 9A and DB. RGB value is (192,154,219). Sum of RGB (Red+Green+Blue) = 192+154+219=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C09ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADB is #3F6524. Grayscale: #ACACAC. Windows color (decimal): -4154661 or 14392000. OLE color: 14392000.

HSL color Cylindrical-coordinate representation of color #C09ADB: hue angle of 275.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09ADB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192154219-
CMYK0.120.3000.14
HSL275.08º47.45%73.14%-
HSV(B)275.08º29.68%85.88%-
XYZ46.0839.4372.2-
YUV172.77154.09141.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=33.98%
G=27.26%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921542190.120.3000.14275.0847.4573.14
HexC09ADBC1E0E1132f49
Octal300232333143601642357111
Binary110000001001101011011011110011110011101000100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ADB; }

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

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

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

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

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

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

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

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