Html Css Color HEX #C051EF Medium Orchid

📋 copy color: '#C051EF'

red 192 ◦ green 81 ◦ blue 239

#C051EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C051EF

Tints of Medium Orchid #C051EF

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

 GREEN value IS 81 (32.03% from 255) = 15.82%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 37.5%
G = 15.82%
B = 46.68%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C051EF (or 0xC051EF) is known color: Medium Orchid. HEX triplet: C0, 51 and EF. RGB value is (192,81,239). Sum of RGB (Red+Green+Blue) = 192+81+239=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C051EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051EF is #3FAE10. Grayscale: #838383. Windows color (decimal): -4173329 or 15684032. OLE color: 15684032.

HSL color Cylindrical-coordinate representation of color #C051EF: hue angle of 282.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C051EF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 81 239 -
CMYK 0.20 0.66 0 0.06
HSL 282.15º 0.83% 0.63% -
HSV(B) 282.15º 0.66% 0.94% -
XYZ 40.26 23.32 84.04 -
YUV 132.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 192 81 239 0.20 0.66 0 0.06 282.15 0.83 0.63
Hex C0 51 EF 14 42 0 6 11A 53 3F
Octal 300 121 357 24 102 0 6 432 123 77
Binary 11000000 1010001 11101111 10100 1000010 0 110 100011010 1010011 111111

Color Harmonies of #C051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051EF

Black with #C051EF

Text Example


Text Example

White with #C051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051EF; }

 p { color: rgb(192,81,239); }

 H1.HeaderClassName
 {
   color: #C051EF;
 }
 .AnyTagClassName
 {
   color: #C051EF;
 }
</style>

background-color css

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

 a { background-color: rgb(192,81,239); }

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

border-color css

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

 span { border-color: rgb(192,81,239); }

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