#C8A0DB

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

Shades of Wisteria #C8A0DB

Tints of Wisteria #C8A0DB

Color information

#C8A0DB (or 0xC8A0DB) is unknown color: approx Wisteria. HEX triplet: C8, A0 and DB. RGB value is (200,160,219). Sum of RGB (Red+Green+Blue) = 200+160+219=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0DB is #375F24. Grayscale: #B2B2B2. Windows color (decimal): -3628837 or 14393544. OLE color: 14393544.

HSL color Cylindrical-coordinate representation of color #C8A0DB: hue angle of 280.68º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A0DB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200160219-
CMYK0.090.2700.14
HSL280.68º45.04%74.31%-
HSV(B)280.68º26.94%85.88%-
XYZ49.1842.5472.64-
YUV178.69150.75143.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=34.54%
G=27.63%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001602190.090.2700.14280.6845.0474.31
HexC8A0DB91B0E1192d4a
Octal310240333113301643155112
Binary110010001010000011011011100111011011101000110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0DB; }

 p { color: rgb(200,160,219); }

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

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

 a { background-color: rgb(200,160,219); }

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

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

 span { border-color: rgb(200,160,219); }

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