Html Css Color HEX #C048EC Medium Orchid

📋 copy color: '#C048EC'

red 192 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #C048EC

Tints of Medium Orchid #C048EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 38.4%
G = 14.4%
B = 47.2%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C048EC (or 0xC048EC) is known color: Medium Orchid. HEX triplet: C0, 48 and EC. RGB value is (192,72,236). Sum of RGB (Red+Green+Blue) = 192+72+236=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C048EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EC is #3FB713. Grayscale: #7E7E7E. Windows color (decimal): -4175636 or 15485120. OLE color: 15485120.

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

Color convert

RGB 192 72 236 -
CMYK 0.19 0.69 0 0.07
HSL 283.9º 0.81% 0.6% -
HSV(B) 283.9º 0.69% 0.93% -
XYZ 39.2 21.9 81.52 -
YUV 126.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 192 72 236 0.19 0.69 0 0.07 283.9 0.81 0.6
Hex C0 48 EC 13 45 0 7 11C 51 3C
Octal 300 110 354 23 105 0 7 434 121 74
Binary 11000000 1001000 11101100 10011 1000101 0 111 100011100 1010001 111100

Color Harmonies of #C048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048EC

Black with #C048EC

Text Example


Text Example

White with #C048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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