Html Css Color HEX #C048FE Medium Orchid

📋 copy color: '#C048FE'

red 192 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C048FE

Tints of Medium Orchid #C048FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 37.07%
G = 13.9%
B = 49.03%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C048FE (or 0xC048FE) is known color: Medium Orchid. HEX triplet: C0, 48 and FE. RGB value is (192,72,254). Sum of RGB (Red+Green+Blue) = 192+72+254=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #C048FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FE is #3FB701. Grayscale: #808080. Windows color (decimal): -4175618 or 16664768. OLE color: 16664768.

HSL color Cylindrical-coordinate representation of color #C048FE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C048FE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 72 254 -
CMYK 0.24 0.72 0 0.00
HSL 279.56º 0.99% 0.64% -
HSV(B) 279.56º 0.72% 1% -
XYZ 41.94 23 95.99 -
YUV 128.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 192 72 254 0.24 0.72 0 0.00 279.56 0.99 0.64
Hex C0 48 FE 18 48 0 0 118 63 40
Octal 300 110 376 30 110 0 0 430 143 100
Binary 11000000 1001000 11111110 11000 1001000 0 0 100011000 1100011 1000000

Color Harmonies of #C048FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048FE

Black with #C048FE

Text Example


Text Example

White with #C048FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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