#CC94E1

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

Shades of Wisteria #CC94E1

Tints of Wisteria #CC94E1

Color information

#CC94E1 (or 0xCC94E1) is unknown color: approx Wisteria. HEX triplet: CC, 94 and E1. RGB value is (204,148,225). Sum of RGB (Red+Green+Blue) = 204+148+225=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94E1 is #336B1E. Grayscale: #ADADAD. Windows color (decimal): -3369759 or 14783692. OLE color: 14783692.

HSL color Cylindrical-coordinate representation of color #CC94E1: hue angle of 283.64º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC94E1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204148225-
CMYK0.090.3400.12
HSL283.64º56.2%73.14%-
HSV(B)283.64º34.22%88.24%-
XYZ49.0839.4576.26-
YUV173.52157.05149.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=35.36%
G=25.65%
B=38.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041482250.090.3400.12283.6456.273.14
HexCC94E19220C11c3849
Octal314224341114201443470111
Binary1100110010010100111000011001100010011001000111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94E1; }

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

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

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

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

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

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

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

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