#CC9FF1

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

Shades of Wisteria #CC9FF1

Tints of Wisteria #CC9FF1

Color information

#CC9FF1 (or 0xCC9FF1) is unknown color: approx Wisteria. HEX triplet: CC, 9F and F1. RGB value is (204,159,241). Sum of RGB (Red+Green+Blue) = 204+159+241=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FF1 is #33600E. Grayscale: #B5B5B5. Windows color (decimal): -3366927 or 15835084. OLE color: 15835084.

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

Color convert

RGB204159241-
CMYK0.150.3400.05
HSL272.93º74.55%78.43%-
HSV(B)272.93º34.02%94.51%-
XYZ53.1843.9888.91-
YUV181.8161.41143.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=33.77%
G=26.32%
B=39.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041592410.150.3400.05272.9374.5578.43
HexCC9FF1F22051114b4e
Octal314237361174205421113116
Binary1100110010011111111100011111100010010110001000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FF1; }

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

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

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

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

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

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

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

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