Html Css Color HEX #C048F9 Medium Orchid

📋 copy color: '#C048F9'

red 192 ◦ green 72 ◦ blue 249

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

Shades of Medium Orchid #C048F9

Tints of Medium Orchid #C048F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 37.43%
G = 14.04%
B = 48.54%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C048F9 (or 0xC048F9) is known color: Medium Orchid. HEX triplet: C0, 48 and F9. RGB value is (192,72,249). Sum of RGB (Red+Green+Blue) = 192+72+249=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #C048F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048F9 is #3FB706. Grayscale: #7F7F7F. Windows color (decimal): -4175623 or 16337088. OLE color: 16337088.

HSL color Cylindrical-coordinate representation of color #C048F9: hue angle of 280.68º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C048F9 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 72 249 -
CMYK 0.23 0.71 0 0.02
HSL 280.68º 0.94% 0.63% -
HSV(B) 280.68º 0.71% 0.98% -
XYZ 41.15 22.68 91.83 -
YUV 128.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 192 72 249 0.23 0.71 0 0.02 280.68 0.94 0.63
Hex C0 48 F9 17 47 0 2 119 5E 3F
Octal 300 110 371 27 107 0 2 431 136 77
Binary 11000000 1001000 11111001 10111 1000111 0 10 100011001 1011110 111111

Color Harmonies of #C048F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048F9

Black with #C048F9

Text Example


Text Example

White with #C048F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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