Html Css Color HEX #C048F2 Medium Orchid

📋 copy color: '#C048F2'

red 192 ◦ green 72 ◦ blue 242

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

Shades of Medium Orchid #C048F2

Tints of Medium Orchid #C048F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 37.94%
G = 14.23%
B = 47.83%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C048F2 (or 0xC048F2) is known color: Medium Orchid. HEX triplet: C0, 48 and F2. RGB value is (192,72,242). Sum of RGB (Red+Green+Blue) = 192+72+242=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #C048F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048F2 is #3FB70D. Grayscale: #7E7E7E. Windows color (decimal): -4175630 or 15878336. OLE color: 15878336.

HSL color Cylindrical-coordinate representation of color #C048F2: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C048F2 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 72 242 -
CMYK 0.21 0.70 0 0.05
HSL 282.35º 0.87% 0.62% -
HSV(B) 282.35º 0.7% 0.95% -
XYZ 40.08 22.25 86.19 -
YUV 127.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 192 72 242 0.21 0.70 0 0.05 282.35 0.87 0.62
Hex C0 48 F2 15 46 0 5 11A 57 3E
Octal 300 110 362 25 106 0 5 432 127 76
Binary 11000000 1001000 11110010 10101 1000110 0 101 100011010 1010111 111110

Color Harmonies of #C048F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048F2

Black with #C048F2

Text Example


Text Example

White with #C048F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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