Html Css Color HEX #C048E9 Medium Orchid

📋 copy color: '#C048E9'

red 192 ◦ green 72 ◦ blue 233

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

Shades of Medium Orchid #C048E9

Tints of Medium Orchid #C048E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.88%

R = 38.63%
G = 14.49%
B = 46.88%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C048E9 (or 0xC048E9) is known color: Medium Orchid. HEX triplet: C0, 48 and E9. RGB value is (192,72,233). Sum of RGB (Red+Green+Blue) = 192+72+233=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #C048E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048E9 is #3FB716. Grayscale: #7D7D7D. Windows color (decimal): -4175639 or 15288512. OLE color: 15288512.

HSL color Cylindrical-coordinate representation of color #C048E9: hue angle of 284.72º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C048E9 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 72 233 -
CMYK 0.18 0.69 0 0.09
HSL 284.72º 0.79% 0.6% -
HSV(B) 284.72º 0.69% 0.91% -
XYZ 38.76 21.72 79.24 -
YUV 126.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 192 72 233 0.18 0.69 0 0.09 284.72 0.79 0.6
Hex C0 48 E9 12 45 0 9 11D 4F 3C
Octal 300 110 351 22 105 0 11 435 117 74
Binary 11000000 1001000 11101001 10010 1000101 0 1001 100011101 1001111 111100

Color Harmonies of #C048E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048E9

Black with #C048E9

Text Example


Text Example

White with #C048E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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