#CC9DE4

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

Shades of Wisteria #CC9DE4

Tints of Wisteria #CC9DE4

Color information

#CC9DE4 (or 0xCC9DE4) is unknown color: approx Wisteria. HEX triplet: CC, 9D and E4. RGB value is (204,157,228). Sum of RGB (Red+Green+Blue) = 204+157+228=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC9DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DE4 is #33621B. Grayscale: #B2B2B2. Windows color (decimal): -3367452 or 14982604. OLE color: 14982604.

HSL color Cylindrical-coordinate representation of color #CC9DE4: hue angle of 279.72º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9DE4 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204157228-
CMYK0.110.3100.11
HSL279.72º56.8%75.49%-
HSV(B)279.72º31.14%89.41%-
XYZ50.9642.5578.93-
YUV179.15155.57145.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=34.63%
G=26.66%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041572280.110.3100.11279.7256.875.49
HexCC9DE4B1F0B118394b
Octal314235344133701343071113
Binary110011001001110111100100101111111010111000110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DE4; }

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

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

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

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

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

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

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

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