#C048EB

Color #C048EB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C048EB

Tints of Medium Orchid #C048EB

Color information

#C048EB (or 0xC048EB) is unknown color: approx Medium Orchid. HEX triplet: C0, 48 and EB. RGB value is (192,72,235). Sum of RGB (Red+Green+Blue) = 192+72+235=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C048EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EB is #3FB714. Grayscale: #7D7D7D. Windows color (decimal): -4175637 or 15419584. OLE color: 15419584.

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

Color convert

RGB19272235-
CMYK0.180.6900.08
HSL284.17º80.3%60.2%-
HSV(B)284.17º69.36%92.16%-
XYZ39.0521.8480.75-
YUV126.46189.26174.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 72 (28.52% from 255) = 14.43%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=38.48%
G=14.43%
B=47.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192722350.180.6900.08284.1780.360.2
HexC048EB12450811c503c
Octal3001103532210501043412074
Binary11000000100100011101011100101000101010001000111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048EB; }

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

 H1.HeaderClassName
 {
   color: #C048EB;
 }
 .AnyTagClassName
 {
   color: #C048EB;
 }
</style>
background-color css

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

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

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

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

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

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