#CC97F0

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

Shades of Wisteria #CC97F0

Tints of Wisteria #CC97F0

Color information

#CC97F0 (or 0xCC97F0) is unknown color: approx Wisteria. HEX triplet: CC, 97 and F0. RGB value is (204,151,240). Sum of RGB (Red+Green+Blue) = 204+151+240=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC97F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97F0 is #33680F. Grayscale: #B0B0B0. Windows color (decimal): -3368976 or 15767500. OLE color: 15767500.

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

Color convert

RGB204151240-
CMYK0.150.3700.06
HSL275.73º74.79%76.67%-
HSV(B)275.73º37.08%94.12%-
XYZ51.741.2687.68-
YUV176.99163.56147.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=34.29%
G=25.38%
B=40.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041512400.150.3700.06275.7374.7976.67
HexCC97F0F25061144b4d
Octal314227360174506424113115
Binary1100110010010111111100001111100101011010001010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97F0; }

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

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

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

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

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

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

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

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