Html Css Color HEX #C048EF Medium Orchid

📋 copy color: '#C048EF'

red 192 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #C048EF

Tints of Medium Orchid #C048EF

RGB

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

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

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

R = 38.17%
G = 14.31%
B = 47.51%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C048EF (or 0xC048EF) is known color: Medium Orchid. HEX triplet: C0, 48 and EF. RGB value is (192,72,239). Sum of RGB (Red+Green+Blue) = 192+72+239=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #C048EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EF is #3FB710. Grayscale: #7E7E7E. Windows color (decimal): -4175633 or 15681728. OLE color: 15681728.

HSL color Cylindrical-coordinate representation of color #C048EF: hue angle of 283.11º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C048EF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 72 239 -
CMYK 0.20 0.70 0 0.06
HSL 283.11º 0.84% 0.61% -
HSV(B) 283.11º 0.7% 0.94% -
XYZ 39.64 22.07 83.83 -
YUV 126.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 192 72 239 0.20 0.70 0 0.06 283.11 0.84 0.61
Hex C0 48 EF 14 46 0 6 11B 54 3D
Octal 300 110 357 24 106 0 6 433 124 75
Binary 11000000 1001000 11101111 10100 1000110 0 110 100011011 1010100 111101

Color Harmonies of #C048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048EF

Black with #C048EF

Text Example


Text Example

White with #C048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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