#C8A0DC

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

Shades of Wisteria #C8A0DC

Tints of Wisteria #C8A0DC

Color information

#C8A0DC (or 0xC8A0DC) is unknown color: approx Wisteria. HEX triplet: C8, A0 and DC. RGB value is (200,160,220). Sum of RGB (Red+Green+Blue) = 200+160+220=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0DC is #375F23. Grayscale: #B2B2B2. Windows color (decimal): -3628836 or 14459080. OLE color: 14459080.

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

Color convert

RGB200160220-
CMYK0.090.2700.14
HSL280º46.15%74.51%-
HSV(B)280º27.27%86.27%-
XYZ49.3142.5973.33-
YUV178.8151.25143.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

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
Decimal2001602200.090.2700.1428046.1574.51
HexC8A0DC91B0E1182e4b
Octal310240334113301643056113
Binary110010001010000011011100100111011011101000110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0DC; }

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

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

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

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

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

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

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

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