#CC9ED4

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

Shades of Wisteria #CC9ED4

Tints of Wisteria #CC9ED4

Color information

#CC9ED4 (or 0xCC9ED4) is unknown color: approx Wisteria. HEX triplet: CC, 9E and D4. RGB value is (204,158,212). Sum of RGB (Red+Green+Blue) = 204+158+212=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ED4 is #33612B. Grayscale: #B1B1B1. Windows color (decimal): -3367212 or 13934284. OLE color: 13934284.

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

Color convert

RGB204158212-
CMYK0.040.2500.17
HSL291.11º38.57%72.55%-
HSV(B)291.11º25.47%83.14%-
XYZ49.0142.0467.82-
YUV177.91147.24146.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=35.54%
G=27.53%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041582120.040.2500.17291.1138.5772.55
HexCC9ED44190111232749
Octal31423632443102144347111
Binary110011001001111011010100100110010100011001000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9ED4; }

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

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

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

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

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

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

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

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