#C8A6DC

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

Shades of Wisteria #C8A6DC

Tints of Wisteria #C8A6DC

Color information

#C8A6DC (or 0xC8A6DC) is unknown color: approx Wisteria. HEX triplet: C8, A6 and DC. RGB value is (200,166,220). Sum of RGB (Red+Green+Blue) = 200+166+220=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DC is #375923. Grayscale: #B6B6B6. Windows color (decimal): -3627300 or 14460616. OLE color: 14460616.

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

Color convert

RGB200166220-
CMYK0.090.2500.14
HSL277.78º43.55%75.69%-
HSV(B)277.78º24.55%86.27%-
XYZ50.3744.7273.69-
YUV182.32149.26140.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=34.13%
G=28.33%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001662200.090.2500.14277.7843.5575.69
HexC8A6DC9190E1162c4c
Octal310246334113101642654114
Binary110010001010011011011100100111001011101000101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6DC; }

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

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

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

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

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

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

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

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