Html Css Color HEX #C048ED Medium Orchid

📋 copy color: '#C048ED'

red 192 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #C048ED

Tints of Medium Orchid #C048ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 38.32%
G = 14.37%
B = 47.31%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C048ED (or 0xC048ED) is known color: Medium Orchid. HEX triplet: C0, 48 and ED. RGB value is (192,72,237). Sum of RGB (Red+Green+Blue) = 192+72+237=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C048ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048ED is #3FB712. Grayscale: #7E7E7E. Windows color (decimal): -4175635 or 15550656. OLE color: 15550656.

HSL color Cylindrical-coordinate representation of color #C048ED: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C048ED is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 72 237 -
CMYK 0.19 0.70 0 0.07
HSL 283.64º 0.82% 0.61% -
HSV(B) 283.64º 0.7% 0.93% -
XYZ 39.34 21.96 82.29 -
YUV 126.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 192 72 237 0.19 0.70 0 0.07 283.64 0.82 0.61
Hex C0 48 ED 13 46 0 7 11C 52 3D
Octal 300 110 355 23 106 0 7 434 122 75
Binary 11000000 1001000 11101101 10011 1000110 0 111 100011100 1010010 111101

Color Harmonies of #C048ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048ED

Black with #C048ED

Text Example


Text Example

White with #C048ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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