#CC9DD4

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

Shades of Wisteria #CC9DD4

Tints of Wisteria #CC9DD4

Color information

#CC9DD4 (or 0xCC9DD4) is unknown color: approx Wisteria. HEX triplet: CC, 9D and D4. RGB value is (204,157,212). Sum of RGB (Red+Green+Blue) = 204+157+212=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DD4 is #33622B. Grayscale: #B1B1B1. Windows color (decimal): -3367468 or 13934028. OLE color: 13934028.

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

Color convert

RGB204157212-
CMYK0.040.2600.17
HSL291.27º39.01%72.35%-
HSV(B)291.27º25.94%83.14%-
XYZ48.8441.767.76-
YUV177.32147.57147.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=35.60%
G=27.40%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041572120.040.2600.17291.2739.0172.35
HexCC9DD441A0111232748
Octal31423532443202144347110
Binary110011001001110111010100100110100100011001000111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DD4; }

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

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

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

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

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

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

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

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