#C8A6D2

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

Shades of Wisteria #C8A6D2

Tints of Wisteria #C8A6D2

Color information

#C8A6D2 (or 0xC8A6D2) is unknown color: approx Wisteria. HEX triplet: C8, A6 and D2. RGB value is (200,166,210). Sum of RGB (Red+Green+Blue) = 200+166+210=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8A6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6D2 is #37592D. Grayscale: #B5B5B5. Windows color (decimal): -3627310 or 13805256. OLE color: 13805256.

HSL color Cylindrical-coordinate representation of color #C8A6D2: hue angle of 286.36º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A6D2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200166210-
CMYK0.050.2100.18
HSL286.36º32.84%73.73%-
HSV(B)286.36º20.95%82.35%-
XYZ49.0944.266.92-
YUV181.18144.26141.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.72%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=34.72%
G=28.82%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001662100.050.2100.18286.3632.8473.73
HexC8A6D251501211e214a
Octal31024632252502243641112
Binary110010001010011011010010101101010100101000111101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6D2; }

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

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

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

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

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

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

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

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