#CC97EA

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

Shades of Wisteria #CC97EA

Tints of Wisteria #CC97EA

Color information

#CC97EA (or 0xCC97EA) is unknown color: approx Wisteria. HEX triplet: CC, 97 and EA. RGB value is (204,151,234). Sum of RGB (Red+Green+Blue) = 204+151+234=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97EA is #336815. Grayscale: #B0B0B0. Windows color (decimal): -3368982 or 15374284. OLE color: 15374284.

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

Color convert

RGB204151234-
CMYK0.130.3500.08
HSL278.31º66.4%75.49%-
HSV(B)278.31º35.47%91.76%-
XYZ50.8240.9183.06-
YUV176.31160.56147.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=34.63%
G=25.64%
B=39.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041512340.130.3500.08278.3166.475.49
HexCC97EAD2308116424b
Octal3142273521543010426102113
Binary11001100100101111110101011011000110100010001011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97EA; }

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

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

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

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

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

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

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

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