Html Css Color HEX #C048DE Medium Orchid

📋 copy color: '#C048DE'

red 192 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #C048DE

Tints of Medium Orchid #C048DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 39.51%
G = 14.81%
B = 45.68%

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

#C048DE (or 0xC048DE) is known color: Medium Orchid. HEX triplet: C0, 48 and DE. RGB value is (192,72,222). Sum of RGB (Red+Green+Blue) = 192+72+222=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C048DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DE is #3FB721. Grayscale: #7C7C7C. Windows color (decimal): -4175650 or 14567616. OLE color: 14567616.

HSL color Cylindrical-coordinate representation of color #C048DE: hue angle of 288º degrees, saturation: 0.69, 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 #C048DE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 72 222 -
CMYK 0.14 0.68 0 0.13
HSL 288º 0.69% 0.58% -
HSV(B) 288º 0.68% 0.87% -
XYZ 37.24 21.12 71.22 -
YUV 124.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 192 72 222 0.14 0.68 0 0.13 288 0.69 0.58
Hex C0 48 DE E 44 0 D 120 45 3A
Octal 300 110 336 16 104 0 15 440 105 72
Binary 11000000 1001000 11011110 1110 1000100 0 1101 100100000 1000101 111010

Color Harmonies of #C048DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048DE

Black with #C048DE

Text Example


Text Example

White with #C048DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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