#CC9EF5

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

Shades of Wisteria #CC9EF5

Tints of Wisteria #CC9EF5

Color information

#CC9EF5 (or 0xCC9EF5) is unknown color: approx Wisteria. HEX triplet: CC, 9E and F5. RGB value is (204,158,245). Sum of RGB (Red+Green+Blue) = 204+158+245=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC9EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EF5 is #33610A. Grayscale: #B5B5B5. Windows color (decimal): -3367179 or 16096972. OLE color: 16096972.

HSL color Cylindrical-coordinate representation of color #CC9EF5: hue angle of 271.72º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9EF5 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204158245-
CMYK0.170.3600.04
HSL271.72º81.31%79.02%-
HSV(B)271.72º35.51%96.08%-
XYZ53.6143.8892.03-
YUV181.67163.74143.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=33.61%
G=26.03%
B=40.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041582450.170.3600.04271.7281.3179.02
HexCC9EF5112404110514f
Octal314236365214404420121117
Binary11001100100111101111010110001100100010010001000010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EF5; }

 p { color: rgb(204,158,245); }

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

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

 a { background-color: rgb(204,158,245); }

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

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

 span { border-color: rgb(204,158,245); }

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