#C94EE0

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

Shades of Medium Orchid #C94EE0

Tints of Medium Orchid #C94EE0

Color information

#C94EE0 (or 0xC94EE0) is unknown color: approx Medium Orchid. HEX triplet: C9, 4E and E0. RGB value is (201,78,224). Sum of RGB (Red+Green+Blue) = 201+78+224=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #C94EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EE0 is #36B11F. Grayscale: #828282. Windows color (decimal): -3584288 or 14700233. OLE color: 14700233.

HSL color Cylindrical-coordinate representation of color #C94EE0: hue angle of 290.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94EE0 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20178224-
CMYK0.100.6500.12
HSL290.55º70.19%59.22%-
HSV(B)290.55º65.18%87.84%-
XYZ40.2723.2572.89-
YUV131.42180.25177.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 78 (30.86% from 255) = 15.51%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=39.96%
G=15.51%
B=44.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201782240.100.6500.12290.5570.1959.22
HexC94EE0A410C123463b
Octal3111163401210101444310673
Binary1100100110011101110000010101000001011001001000111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94EE0; }

 p { color: rgb(201,78,224); }

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

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

 a { background-color: rgb(201,78,224); }

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

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

 span { border-color: rgb(201,78,224); }

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