#C94DF1

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

Shades of Medium Orchid #C94DF1

Tints of Medium Orchid #C94DF1

Color information

#C94DF1 (or 0xC94DF1) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and F1. RGB value is (201,77,241). Sum of RGB (Red+Green+Blue) = 201+77+241=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #C94DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF1 is #36B20E. Grayscale: #848484. Windows color (decimal): -3584527 or 15814089. OLE color: 15814089.

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

Color convert

RGB20177241-
CMYK0.170.6800.05
HSL285.37º85.42%62.35%-
HSV(B)285.37º68.05%94.51%-
XYZ42.6224.0885.62-
YUV132.77189.08176.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 77 (30.47% from 255) = 14.84%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=38.73%
G=14.84%
B=46.44%

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
Decimal201772410.170.6800.05285.3785.4262.35
HexC94DF111440511d553e
Octal311115361211040543512576
Binary1100100110011011111000110001100010001011000111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DF1; }

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

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

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

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

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

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

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

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