#C94ED8

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

Shades of Medium Orchid #C94ED8

Tints of Medium Orchid #C94ED8

Color information

#C94ED8 (or 0xC94ED8) is unknown color: approx Medium Orchid. HEX triplet: C9, 4E and D8. RGB value is (201,78,216). Sum of RGB (Red+Green+Blue) = 201+78+216=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #C94ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ED8 is #36B127. Grayscale: #828282. Windows color (decimal): -3584296 or 14175945. OLE color: 14175945.

HSL color Cylindrical-coordinate representation of color #C94ED8: hue angle of 293.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94ED8 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20178216-
CMYK0.070.6400.15
HSL293.48º63.89%57.65%-
HSV(B)293.48º63.89%84.71%-
XYZ39.2122.8267.3-
YUV130.51176.25178.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 78 (30.86% from 255) = 15.76%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=40.61%
G=15.76%
B=43.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201782160.070.6400.15293.4863.8957.65
HexC94ED87400F125403a
Octal311116330710001744510072
Binary110010011001110110110001111000000011111001001011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94ED8; }

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

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

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

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

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

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

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

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