#C8A0DD

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

Shades of Wisteria #C8A0DD

Tints of Wisteria #C8A0DD

Color information

#C8A0DD (or 0xC8A0DD) is unknown color: approx Wisteria. HEX triplet: C8, A0 and DD. RGB value is (200,160,221). Sum of RGB (Red+Green+Blue) = 200+160+221=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0DD is #375F22. Grayscale: #B2B2B2. Windows color (decimal): -3628835 or 14524616. OLE color: 14524616.

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

Color convert

RGB200160221-
CMYK0.100.2800.13
HSL279.34º47.29%74.71%-
HSV(B)279.34º27.6%86.67%-
XYZ49.4442.6474.03-
YUV178.91151.75143.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=34.42%
G=27.54%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001602210.100.2800.13279.3447.2974.71
HexC8A0DDA1C0D1172f4b
Octal310240335123401542757113
Binary110010001010000011011101101011100011011000101111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0DD; }

 p { color: rgb(200,160,221); }

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

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

 a { background-color: rgb(200,160,221); }

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

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

 span { border-color: rgb(200,160,221); }

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