#CC95EA

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

Shades of Wisteria #CC95EA

Tints of Wisteria #CC95EA

Color information

#CC95EA (or 0xCC95EA) is unknown color: approx Wisteria. HEX triplet: CC, 95 and EA. RGB value is (204,149,234). Sum of RGB (Red+Green+Blue) = 204+149+234=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95EA is #336A15. Grayscale: #AEAEAE. Windows color (decimal): -3369494 or 15373772. OLE color: 15373772.

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

Color convert

RGB204149234-
CMYK0.130.3600.08
HSL278.82º66.93%75.1%-
HSV(B)278.82º36.32%91.76%-
XYZ50.540.2782.95-
YUV175.14161.22148.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=34.75%
G=25.38%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041492340.130.3600.08278.8266.9375.1
HexCC95EAD2408117434b
Octal3142253521544010427103113
Binary11001100100101011110101011011001000100010001011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95EA; }

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

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

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

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

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

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

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

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