Html Css Color HEX #C046EC Medium Orchid

📋 copy color: '#C046EC'

red 192 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #C046EC

Tints of Medium Orchid #C046EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.06%

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

R = 38.55%
G = 14.06%
B = 47.39%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C046EC (or 0xC046EC) is known color: Medium Orchid. HEX triplet: C0, 46 and EC. RGB value is (192,70,236). Sum of RGB (Red+Green+Blue) = 192+70+236=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C046EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046EC is #3FB913. Grayscale: #7C7C7C. Windows color (decimal): -4176148 or 15484608. OLE color: 15484608.

HSL color Cylindrical-coordinate representation of color #C046EC: hue angle of 284.1º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C046EC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 70 236 -
CMYK 0.19 0.70 0 0.07
HSL 284.1º 0.81% 0.6% -
HSV(B) 284.1º 0.7% 0.93% -
XYZ 39.07 21.64 81.48 -
YUV 125.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 192 70 236 0.19 0.70 0 0.07 284.1 0.81 0.6
Hex C0 46 EC 13 46 0 7 11C 51 3C
Octal 300 106 354 23 106 0 7 434 121 74
Binary 11000000 1000110 11101100 10011 1000110 0 111 100011100 1010001 111100

Color Harmonies of #C046EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046EC

Black with #C046EC

Text Example


Text Example

White with #C046EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046EC; }

 p { color: rgb(192,70,236); }

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

background-color css

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

 a { background-color: rgb(192,70,236); }

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

border-color css

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

 span { border-color: rgb(192,70,236); }

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