#CC99DE

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

Shades of Wisteria #CC99DE

Tints of Wisteria #CC99DE

Color information

#CC99DE (or 0xCC99DE) is unknown color: approx Wisteria. HEX triplet: CC, 99 and DE. RGB value is (204,153,222). Sum of RGB (Red+Green+Blue) = 204+153+222=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DE is #336621. Grayscale: #AFAFAF. Windows color (decimal): -3368482 or 14588364. OLE color: 14588364.

HSL color Cylindrical-coordinate representation of color #CC99DE: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC99DE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204153222-
CMYK0.080.3100.13
HSL284.35º51.11%73.53%-
HSV(B)284.35º31.08%87.06%-
XYZ49.4840.8974.39-
YUV176.11153.9147.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=35.23%
G=26.42%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041532220.080.3100.13284.3551.1173.53
HexCC99DE81F0D11c334a
Octal314231336103701543463112
Binary110011001001100111011110100011111011011000111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99DE; }

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

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

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

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

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

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

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

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