#C94DF4

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

Shades of Medium Orchid #C94DF4

Tints of Medium Orchid #C94DF4

Color information

#C94DF4 (or 0xC94DF4) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and F4. RGB value is (201,77,244). Sum of RGB (Red+Green+Blue) = 201+77+244=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #C94DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF4 is #36B20B. Grayscale: #848484. Windows color (decimal): -3584524 or 16010697. OLE color: 16010697.

HSL color Cylindrical-coordinate representation of color #C94DF4: hue angle of 284.55º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94DF4 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20177244-
CMYK0.180.6800.04
HSL284.55º88.36%62.94%-
HSV(B)284.55º68.44%95.69%-
XYZ43.0724.2688-
YUV133.11190.58176.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 77 (30.47% from 255) = 14.75%
BLUE value IS 244 (95.70% from 255) = 46.74%
R=38.51%
G=14.75%
B=46.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201772440.180.6800.04284.5588.3662.94
HexC94DF412440411d583f
Octal311115364221040443513077
Binary1100100110011011111010010010100010001001000111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DF4; }

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

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

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

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

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

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

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

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