Html Css Color HEX #C151EC Medium Orchid

📋 copy color: '#C151EC'

red 193 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #C151EC

Tints of Medium Orchid #C151EC

RGB

 RED value IS 193 (75.78% from 255) = 37.84%

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 37.84%
G = 15.88%
B = 46.27%

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

#C151EC (or 0xC151EC) is known color: Medium Orchid. HEX triplet: C1, 51 and EC. RGB value is (193,81,236). Sum of RGB (Red+Green+Blue) = 193+81+236=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #C151EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151EC is #3EAE13. Grayscale: #838383. Windows color (decimal): -4107796 or 15487425. OLE color: 15487425.

HSL color Cylindrical-coordinate representation of color #C151EC: hue angle of 283.35º 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 #C151EC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 81 236 -
CMYK 0.18 0.66 0 0.07
HSL 283.35º 0.8% 0.62% -
HSV(B) 283.35º 0.66% 0.93% -
XYZ 40.08 23.28 81.74 -
YUV 132.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 193 81 236 0.18 0.66 0 0.07 283.35 0.8 0.62
Hex C1 51 EC 12 42 0 7 11B 50 3E
Octal 301 121 354 22 102 0 7 433 120 76
Binary 11000001 1010001 11101100 10010 1000010 0 111 100011011 1010000 111110

Color Harmonies of #C151EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151EC

Black with #C151EC

Text Example


Text Example

White with #C151EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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