#CC9FF0

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

Shades of Wisteria #CC9FF0

Tints of Wisteria #CC9FF0

Color information

#CC9FF0 (or 0xCC9FF0) is unknown color: approx Wisteria. HEX triplet: CC, 9F and F0. RGB value is (204,159,240). Sum of RGB (Red+Green+Blue) = 204+159+240=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FF0 is #33600F. Grayscale: #B5B5B5. Windows color (decimal): -3366928 or 15769548. OLE color: 15769548.

HSL color Cylindrical-coordinate representation of color #CC9FF0: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9FF0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204159240-
CMYK0.150.3400.06
HSL273.33º72.97%78.24%-
HSV(B)273.33º33.75%94.12%-
XYZ53.0343.9288.12-
YUV181.69160.91143.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=33.83%
G=26.37%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041592400.150.3400.06273.3372.9778.24
HexCC9FF0F2206111494e
Octal314237360174206421111116
Binary1100110010011111111100001111100010011010001000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FF0; }

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

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

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

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

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

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

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

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