#C94DF2

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

Shades of Medium Orchid #C94DF2

Tints of Medium Orchid #C94DF2

Color information

#C94DF2 (or 0xC94DF2) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and F2. RGB value is (201,77,242). Sum of RGB (Red+Green+Blue) = 201+77+242=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #C94DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF2 is #36B20D. Grayscale: #848484. Windows color (decimal): -3584526 or 15879625. OLE color: 15879625.

HSL color Cylindrical-coordinate representation of color #C94DF2: hue angle of 285.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94DF2 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20177242-
CMYK0.170.6800.05
HSL285.09º86.39%62.55%-
HSV(B)285.09º68.18%94.9%-
XYZ42.7724.1486.41-
YUV132.89189.58176.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 77 (30.47% from 255) = 14.81%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=38.65%
G=14.81%
B=46.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201772420.170.6800.05285.0986.3962.55
HexC94DF211440511d563f
Octal311115362211040543512677
Binary1100100110011011111001010001100010001011000111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DF2; }

 p { color: rgb(201,77,242); }

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

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

 a { background-color: rgb(201,77,242); }

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

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

 span { border-color: rgb(201,77,242); }

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