#CC9AD4

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

Shades of Wisteria #CC9AD4

Tints of Wisteria #CC9AD4

Color information

#CC9AD4 (or 0xCC9AD4) is unknown color: approx Wisteria. HEX triplet: CC, 9A and D4. RGB value is (204,154,212). Sum of RGB (Red+Green+Blue) = 204+154+212=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9AD4 is #33652B. Grayscale: #AFAFAF. Windows color (decimal): -3368236 or 13933260. OLE color: 13933260.

HSL color Cylindrical-coordinate representation of color #CC9AD4: hue angle of 291.72º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9AD4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204154212-
CMYK0.040.2700.17
HSL291.72º40.28%71.76%-
HSV(B)291.72º27.36%83.14%-
XYZ48.3440.767.6-
YUV175.56148.56148.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=35.79%
G=27.02%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041542120.040.2700.17291.7240.2871.76
HexCC9AD441B0111242848
Octal31423232443302144450110
Binary110011001001101011010100100110110100011001001001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AD4; }

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

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

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

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

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

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

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

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