#CC94E9

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

Shades of Wisteria #CC94E9

Tints of Wisteria #CC94E9

Color information

#CC94E9 (or 0xCC94E9) is unknown color: approx Wisteria. HEX triplet: CC, 94 and E9. RGB value is (204,148,233). Sum of RGB (Red+Green+Blue) = 204+148+233=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94E9 is #336B16. Grayscale: #AEAEAE. Windows color (decimal): -3369751 or 15307980. OLE color: 15307980.

HSL color Cylindrical-coordinate representation of color #CC94E9: hue angle of 279.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC94E9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204148233-
CMYK0.120.3600.09
HSL279.53º65.89%74.71%-
HSV(B)279.53º36.48%91.37%-
XYZ50.239.982.15-
YUV174.43161.05149.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=34.87%
G=25.30%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041482330.120.3600.09279.5365.8974.71
HexCC94E9C2409118424b
Octal3142243511444011430102113
Binary11001100100101001110100111001001000100110001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94E9; }

 p { color: rgb(204,148,233); }

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

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

 a { background-color: rgb(204,148,233); }

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

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

 span { border-color: rgb(204,148,233); }

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