#C251EC

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

Shades of Medium Orchid #C251EC

Tints of Medium Orchid #C251EC

Color information

#C251EC (or 0xC251EC) is unknown color: approx Medium Orchid. HEX triplet: C2, 51 and EC. RGB value is (194,81,236). Sum of RGB (Red+Green+Blue) = 194+81+236=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C251EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251EC is #3DAE13. Grayscale: #838383. Windows color (decimal): -4042260 or 15487426. OLE color: 15487426.

HSL color Cylindrical-coordinate representation of color #C251EC: hue angle of 283.74º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251EC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19481236-
CMYK0.180.6600.07
HSL283.74º80.31%62.16%-
HSV(B)283.74º65.68%92.55%-
XYZ40.3323.4181.75-
YUV132.46186.44171.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 81 (32.03% from 255) = 15.85%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=37.96%
G=15.85%
B=46.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194812360.180.6600.07283.7480.3162.16
HexC251EC12420711c503e
Octal302121354221020743412076
Binary1100001010100011110110010010100001001111000111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251EC; }

 p { color: rgb(194,81,236); }

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

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

 a { background-color: rgb(194,81,236); }

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

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

 span { border-color: rgb(194,81,236); }

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