#CC9FE5

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

Shades of Wisteria #CC9FE5

Tints of Wisteria #CC9FE5

Color information

#CC9FE5 (or 0xCC9FE5) is unknown color: approx Wisteria. HEX triplet: CC, 9F and E5. RGB value is (204,159,229). Sum of RGB (Red+Green+Blue) = 204+159+229=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FE5 is #33601A. Grayscale: #B4B4B4. Windows color (decimal): -3366939 or 15048652. OLE color: 15048652.

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

Color convert

RGB204159229-
CMYK0.110.3100.10
HSL278.57º57.38%76.08%-
HSV(B)278.57º30.57%89.8%-
XYZ51.4443.2979.77-
YUV180.44155.41144.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=34.46%
G=26.86%
B=38.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041592290.110.3100.10278.5757.3876.08
HexCC9FE5B1F0A117394c
Octal314237345133701242771114
Binary110011001001111111100101101111111010101000101111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FE5; }

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

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

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

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

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

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

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

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