Html Css Color HEX #C048DF Medium Orchid

📋 copy color: '#C048DF'

red 192 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #C048DF

Tints of Medium Orchid #C048DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 39.43%
G = 14.78%
B = 45.79%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C048DF (or 0xC048DF) is known color: Medium Orchid. HEX triplet: C0, 48 and DF. RGB value is (192,72,223). Sum of RGB (Red+Green+Blue) = 192+72+223=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C048DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DF is #3FB720. Grayscale: #7C7C7C. Windows color (decimal): -4175649 or 14633152. OLE color: 14633152.

HSL color Cylindrical-coordinate representation of color #C048DF: hue angle of 287.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C048DF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 72 223 -
CMYK 0.14 0.68 0 0.13
HSL 287.68º 0.7% 0.58% -
HSV(B) 287.68º 0.68% 0.87% -
XYZ 37.37 21.17 71.93 -
YUV 125.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 192 72 223 0.14 0.68 0 0.13 287.68 0.7 0.58
Hex C0 48 DF E 44 0 D 120 46 3A
Octal 300 110 337 16 104 0 15 440 106 72
Binary 11000000 1001000 11011111 1110 1000100 0 1101 100100000 1000110 111010

Color Harmonies of #C048DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048DF

Black with #C048DF

Text Example


Text Example

White with #C048DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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