#CC9ADE

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

Shades of Wisteria #CC9ADE

Tints of Wisteria #CC9ADE

Color information

#CC9ADE (or 0xCC9ADE) is unknown color: approx Wisteria. HEX triplet: CC, 9A and DE. RGB value is (204,154,222). Sum of RGB (Red+Green+Blue) = 204+154+222=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADE is #336521. Grayscale: #B0B0B0. Windows color (decimal): -3368226 or 14588620. OLE color: 14588620.

HSL color Cylindrical-coordinate representation of color #CC9ADE: hue angle of 284.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9ADE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204154222-
CMYK0.080.3100.13
HSL284.12º50.75%73.73%-
HSV(B)284.12º30.63%87.06%-
XYZ49.6441.2274.45-
YUV176.7153.56147.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=35.17%
G=26.55%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041542220.080.3100.13284.1250.7573.73
HexCC9ADE81F0D11c334a
Octal314232336103701543463112
Binary110011001001101011011110100011111011011000111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9ADE; }

 p { color: rgb(204,154,222); }

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

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

 a { background-color: rgb(204,154,222); }

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

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

 span { border-color: rgb(204,154,222); }

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