#CC94E0

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

Shades of Wisteria #CC94E0

Tints of Wisteria #CC94E0

Color information

#CC94E0 (or 0xCC94E0) is unknown color: approx Wisteria. HEX triplet: CC, 94 and E0. RGB value is (204,148,224). Sum of RGB (Red+Green+Blue) = 204+148+224=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94E0 is #336B1F. Grayscale: #ADADAD. Windows color (decimal): -3369760 or 14718156. OLE color: 14718156.

HSL color Cylindrical-coordinate representation of color #CC94E0: hue angle of 284.21º degrees, saturation: 0.55, 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 #CC94E0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204148224-
CMYK0.090.3400.12
HSL284.21º55.07%72.94%-
HSV(B)284.21º33.93%87.84%-
XYZ48.9539.475.55-
YUV173.41156.55149.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=35.42%
G=25.69%
B=38.89%

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
Decimal2041482240.090.3400.12284.2155.0772.94
HexCC94E09220C11c3749
Octal314224340114201443467111
Binary1100110010010100111000001001100010011001000111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94E0; }

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

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

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

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

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

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

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

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