#C8A2DA

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

Shades of Wisteria #C8A2DA

Tints of Wisteria #C8A2DA

Color information

#C8A2DA (or 0xC8A2DA) is unknown color: approx Wisteria. HEX triplet: C8, A2 and DA. RGB value is (200,162,218). Sum of RGB (Red+Green+Blue) = 200+162+218=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2DA is #375D25. Grayscale: #B3B3B3. Windows color (decimal): -3628326 or 14328520. OLE color: 14328520.

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

Color convert

RGB200162218-
CMYK0.080.2600.15
HSL280.71º43.08%74.51%-
HSV(B)280.71º25.69%85.49%-
XYZ49.3943.1872.06-
YUV179.75149.59142.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=34.48%
G=27.93%
B=37.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001622180.080.2600.15280.7143.0874.51
HexC8A2DA81A0F1192b4b
Octal310242332103201743153113
Binary110010001010001011011010100011010011111000110011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A2DA; }

 p { color: rgb(200,162,218); }

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

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

 a { background-color: rgb(200,162,218); }

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

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

 span { border-color: rgb(200,162,218); }

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