Html Css Color HEX #C048EE Medium Orchid

📋 copy color: '#C048EE'

red 192 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #C048EE

Tints of Medium Orchid #C048EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 38.25%
G = 14.34%
B = 47.41%

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

#C048EE (or 0xC048EE) is known color: Medium Orchid. HEX triplet: C0, 48 and EE. RGB value is (192,72,238). Sum of RGB (Red+Green+Blue) = 192+72+238=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #C048EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EE is #3FB711. Grayscale: #7E7E7E. Windows color (decimal): -4175634 or 15616192. OLE color: 15616192.

HSL color Cylindrical-coordinate representation of color #C048EE: hue angle of 283.37º degrees, saturation: 0.83, 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 #C048EE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 72 238 -
CMYK 0.19 0.70 0 0.07
HSL 283.37º 0.83% 0.61% -
HSV(B) 283.37º 0.7% 0.93% -
XYZ 39.49 22.01 83.06 -
YUV 126.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 192 72 238 0.19 0.70 0 0.07 283.37 0.83 0.61
Hex C0 48 EE 13 46 0 7 11B 53 3D
Octal 300 110 356 23 106 0 7 433 123 75
Binary 11000000 1001000 11101110 10011 1000110 0 111 100011011 1010011 111101

Color Harmonies of #C048EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048EE

Black with #C048EE

Text Example


Text Example

White with #C048EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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