#C94ED5

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

Shades of Medium Orchid #C94ED5

Tints of Medium Orchid #C94ED5

Color information

#C94ED5 (or 0xC94ED5) is unknown color: approx Medium Orchid. HEX triplet: C9, 4E and D5. RGB value is (201,78,213). Sum of RGB (Red+Green+Blue) = 201+78+213=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ED5 is #36B12A. Grayscale: #818181. Windows color (decimal): -3584299 or 13979337. OLE color: 13979337.

HSL color Cylindrical-coordinate representation of color #C94ED5: hue angle of 294.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94ED5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20178213-
CMYK0.060.6300.16
HSL294.67º61.64%57.06%-
HSV(B)294.67º63.38%83.53%-
XYZ38.8222.6765.28-
YUV130.17174.75178.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 78 (30.86% from 255) = 15.85%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=40.85%
G=15.85%
B=43.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201782130.060.6300.16294.6761.6457.06
HexC94ED563F0101273e39
Octal3111163256770204477671
Binary11001001100111011010101110111111010000100100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94ED5; }

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

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

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

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

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

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

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

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