Html Css Color HEX #C251EC Medium Orchid

📋 copy color: '#C251EC'

red 194 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #C251EC

Tints of Medium Orchid #C251EC

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 value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C251EC (or 0xC251EC) is known color: 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

RGB 194 81 236 -
CMYK 0.18 0.66 0 0.07
HSL 283.74º 0.8% 0.62% -
HSV(B) 283.74º 0.66% 0.93% -
XYZ 40.33 23.41 81.75 -
YUV 132.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 194 81 236 0.18 0.66 0 0.07 283.74 0.8 0.62
Hex C2 51 EC 12 42 0 7 11C 50 3E
Octal 302 121 354 22 102 0 7 434 120 76
Binary 11000010 1010001 11101100 10010 1000010 0 111 100011100 1010000 111110

Color Harmonies of #C251EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251EC

Black with #C251EC

Text Example


Text Example

White with #C251EC

Text Example


Text Example

HTML Codes & Css Web 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>