#C8AADA

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

Shades of Wisteria #C8AADA

Tints of Wisteria #C8AADA

Color information

#C8AADA (or 0xC8AADA) is unknown color: approx Wisteria. HEX triplet: C8, AA and DA. RGB value is (200,170,218). Sum of RGB (Red+Green+Blue) = 200+170+218=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADA is #375525. Grayscale: #B8B8B8. Windows color (decimal): -3626278 or 14330568. OLE color: 14330568.

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

Color convert

RGB200170218-
CMYK0.080.2200.15
HSL277.5º39.34%76.08%-
HSV(B)277.5º22.02%85.49%-
XYZ50.8546.0972.55-
YUV184.44146.94139.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=34.01%
G=28.91%
B=37.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001702180.080.2200.15277.539.3476.08
HexC8AADA8160F116274c
Octal310252332102601742647114
Binary110010001010101011011010100010110011111000101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AADA; }

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

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

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

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

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

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

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

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