#CC9BDE

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

Shades of Wisteria #CC9BDE

Tints of Wisteria #CC9BDE

Color information

#CC9BDE (or 0xCC9BDE) is unknown color: approx Wisteria. HEX triplet: CC, 9B and DE. RGB value is (204,155,222). Sum of RGB (Red+Green+Blue) = 204+155+222=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDE is #336421. Grayscale: #B1B1B1. Windows color (decimal): -3367970 or 14588876. OLE color: 14588876.

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

Color convert

RGB204155222-
CMYK0.080.3000.13
HSL283.88º50.38%73.92%-
HSV(B)283.88º30.18%87.06%-
XYZ49.8141.5574.5-
YUV177.29153.23147.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=35.11%
G=26.68%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041552220.080.3000.13283.8850.3873.92
HexCC9BDE81E0D11c324a
Octal314233336103601543462112
Binary110011001001101111011110100011110011011000111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BDE; }

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

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

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

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

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

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

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

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