#C8A6DB

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

Shades of Wisteria #C8A6DB

Tints of Wisteria #C8A6DB

Color information

#C8A6DB (or 0xC8A6DB) is unknown color: approx Wisteria. HEX triplet: C8, A6 and DB. RGB value is (200,166,219). Sum of RGB (Red+Green+Blue) = 200+166+219=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DB is #375924. Grayscale: #B6B6B6. Windows color (decimal): -3627301 or 14395080. OLE color: 14395080.

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

Color convert

RGB200166219-
CMYK0.090.2400.14
HSL278.49º42.4%75.49%-
HSV(B)278.49º24.2%85.88%-
XYZ50.2444.6772.99-
YUV182.21148.76140.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=34.19%
G=28.38%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001662190.090.2400.14278.4942.475.49
HexC8A6DB9180E1162a4b
Octal310246333113001642652113
Binary110010001010011011011011100111000011101000101101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6DB; }

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

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

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

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

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

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

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

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