#C8A9D8

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

Shades of Wisteria #C8A9D8

Tints of Wisteria #C8A9D8

Color information

#C8A9D8 (or 0xC8A9D8) is unknown color: approx Wisteria. HEX triplet: C8, A9 and D8. RGB value is (200,169,216). Sum of RGB (Red+Green+Blue) = 200+169+216=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8A9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9D8 is #375627. Grayscale: #B7B7B7. Windows color (decimal): -3626536 or 14199240. OLE color: 14199240.

HSL color Cylindrical-coordinate representation of color #C8A9D8: hue angle of 279.57º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A9D8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200169216-
CMYK0.070.2200.15
HSL279.57º37.6%75.49%-
HSV(B)279.57º21.76%84.71%-
XYZ50.445.6171.11-
YUV183.63146.27139.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 169 (66.41% from 255) = 28.89%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=34.19%
G=28.89%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001692160.070.2200.15279.5737.675.49
HexC8A9D87160F118264b
Octal31025133072601743046113
Binary11001000101010011101100011110110011111000110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9D8; }

 p { color: rgb(200,169,216); }

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

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

 a { background-color: rgb(200,169,216); }

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

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

 span { border-color: rgb(200,169,216); }

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