Html Css Color HEX #C048FB Medium Orchid

📋 copy color: '#C048FB'

red 192 ◦ green 72 ◦ blue 251

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

Shades of Medium Orchid #C048FB

Tints of Medium Orchid #C048FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 37.28%
G = 13.98%
B = 48.74%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C048FB (or 0xC048FB) is known color: Medium Orchid. HEX triplet: C0, 48 and FB. RGB value is (192,72,251). Sum of RGB (Red+Green+Blue) = 192+72+251=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C048FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FB is #3FB704. Grayscale: #7F7F7F. Windows color (decimal): -4175621 or 16468160. OLE color: 16468160.

HSL color Cylindrical-coordinate representation of color #C048FB: hue angle of 280.22º degrees, saturation: 0.96, 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 #C048FB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 72 251 -
CMYK 0.24 0.71 0 0.02
HSL 280.22º 0.96% 0.63% -
HSV(B) 280.22º 0.71% 0.98% -
XYZ 41.47 22.81 93.48 -
YUV 128.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 192 72 251 0.24 0.71 0 0.02 280.22 0.96 0.63
Hex C0 48 FB 18 47 0 2 118 60 3F
Octal 300 110 373 30 107 0 2 430 140 77
Binary 11000000 1001000 11111011 11000 1000111 0 10 100011000 1100000 111111

Color Harmonies of #C048FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048FB

Black with #C048FB

Text Example


Text Example

White with #C048FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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