#CC99E0

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

Shades of Wisteria #CC99E0

Tints of Wisteria #CC99E0

Color information

#CC99E0 (or 0xCC99E0) is unknown color: approx Wisteria. HEX triplet: CC, 99 and E0. RGB value is (204,153,224). Sum of RGB (Red+Green+Blue) = 204+153+224=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99E0 is #33661F. Grayscale: #B0B0B0. Windows color (decimal): -3368480 or 14719436. OLE color: 14719436.

HSL color Cylindrical-coordinate representation of color #CC99E0: hue angle of 283.1º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC99E0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204153224-
CMYK0.090.3200.12
HSL283.1º53.38%73.92%-
HSV(B)283.1º31.7%87.84%-
XYZ49.754175.81-
YUV176.34154.9147.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=35.11%
G=26.33%
B=38.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041532240.090.3200.12283.153.3873.92
HexCC99E09200C11b354a
Octal314231340114001443365112
Binary1100110010011001111000001001100000011001000110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99E0; }

 p { color: rgb(204,153,224); }

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

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

 a { background-color: rgb(204,153,224); }

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

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

 span { border-color: rgb(204,153,224); }

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