#CC94E4

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

Shades of Wisteria #CC94E4

Tints of Wisteria #CC94E4

Color information

#CC94E4 (or 0xCC94E4) is unknown color: approx Wisteria. HEX triplet: CC, 94 and E4. RGB value is (204,148,228). Sum of RGB (Red+Green+Blue) = 204+148+228=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC94E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94E4 is #336B1B. Grayscale: #ADADAD. Windows color (decimal): -3369756 or 14980300. OLE color: 14980300.

HSL color Cylindrical-coordinate representation of color #CC94E4: hue angle of 282º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC94E4 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204148228-
CMYK0.110.3500.11
HSL282º59.7%73.73%-
HSV(B)282º35.09%89.41%-
XYZ49.539.6278.44-
YUV173.86158.55149.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 228 (89.45% from 255) = 39.31%
R=35.17%
G=25.52%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041482280.110.3500.1128259.773.73
HexCC94E4B230B11a3c4a
Octal314224344134301343274112
Binary1100110010010100111001001011100011010111000110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94E4; }

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

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

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

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

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

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

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

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