#CC9BE5

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

Shades of Wisteria #CC9BE5

Tints of Wisteria #CC9BE5

Color information

#CC9BE5 (or 0xCC9BE5) is unknown color: approx Wisteria. HEX triplet: CC, 9B and E5. RGB value is (204,155,229). Sum of RGB (Red+Green+Blue) = 204+155+229=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BE5 is #33641A. Grayscale: #B1B1B1. Windows color (decimal): -3367963 or 15047628. OLE color: 15047628.

HSL color Cylindrical-coordinate representation of color #CC9BE5: hue angle of 279.73º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC9BE5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204155229-
CMYK0.110.3200.10
HSL279.73º58.73%75.29%-
HSV(B)279.73º32.31%89.8%-
XYZ50.7741.9479.55-
YUV178.09156.73146.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=34.69%
G=26.36%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041552290.110.3200.10279.7358.7375.29
HexCC9BE5B200A1183b4b
Octal314233345134001243073113
Binary1100110010011011111001011011100000010101000110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BE5; }

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

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

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

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

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

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

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

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