#C8A6DF

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

Shades of Wisteria #C8A6DF

Tints of Wisteria #C8A6DF

Color information

#C8A6DF (or 0xC8A6DF) is unknown color: approx Wisteria. HEX triplet: C8, A6 and DF. RGB value is (200,166,223). Sum of RGB (Red+Green+Blue) = 200+166+223=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DF is #375920. Grayscale: #B6B6B6. Windows color (decimal): -3627297 or 14657224. OLE color: 14657224.

HSL color Cylindrical-coordinate representation of color #C8A6DF: hue angle of 275.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A6DF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200166223-
CMYK0.100.2600.13
HSL275.79º47.11%76.27%-
HSV(B)275.79º25.56%87.45%-
XYZ50.7744.8875.8-
YUV182.66150.76140.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=33.96%
G=28.18%
B=37.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001662230.100.2600.13275.7947.1176.27
HexC8A6DFA1A0D1142f4c
Octal310246337123201542457114
Binary110010001010011011011111101011010011011000101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6DF; }

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

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

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

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

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

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

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

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