#CC8ADA

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

Shades of Wisteria #CC8ADA

Tints of Wisteria #CC8ADA

Color information

#CC8ADA (or 0xCC8ADA) is unknown color: approx Wisteria. HEX triplet: CC, 8A and DA. RGB value is (204,138,218). Sum of RGB (Red+Green+Blue) = 204+138+218=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADA is #337525. Grayscale: #A6A6A6. Windows color (decimal): -3372326 or 14322380. OLE color: 14322380.

HSL color Cylindrical-coordinate representation of color #CC8ADA: hue angle of 289.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8ADA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204138218-
CMYK0.060.3700.15
HSL289.5º51.95%69.8%-
HSV(B)289.5º36.7%85.49%-
XYZ46.6536.0870.83-
YUV166.85156.87154.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=36.43%
G=24.64%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041382180.060.3700.15289.551.9569.8
HexCC8ADA6250F1223446
Octal31421233264501744264106
Binary110011001000101011011010110100101011111001000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ADA; }

 p { color: rgb(204,138,218); }

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

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

 a { background-color: rgb(204,138,218); }

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

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

 span { border-color: rgb(204,138,218); }

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