#CC9FEB

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

Shades of Wisteria #CC9FEB

Tints of Wisteria #CC9FEB

Color information

#CC9FEB (or 0xCC9FEB) is unknown color: approx Wisteria. HEX triplet: CC, 9F and EB. RGB value is (204,159,235). Sum of RGB (Red+Green+Blue) = 204+159+235=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FEB is #336014. Grayscale: #B4B4B4. Windows color (decimal): -3366933 or 15441868. OLE color: 15441868.

HSL color Cylindrical-coordinate representation of color #CC9FEB: hue angle of 275.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC9FEB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204159235-
CMYK0.130.3200.08
HSL275.53º65.52%77.25%-
HSV(B)275.53º32.34%92.16%-
XYZ52.343.6384.26-
YUV181.12158.41144.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=34.11%
G=26.59%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041592350.130.3200.08275.5365.5277.25
HexCC9FEBD2008114424d
Octal3142373531540010424102115
Binary11001100100111111110101111011000000100010001010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FEB; }

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

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

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

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

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

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

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

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