#C048DB

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

Shades of Medium Orchid #C048DB

Tints of Medium Orchid #C048DB

Color information

#C048DB (or 0xC048DB) is unknown color: approx Medium Orchid. HEX triplet: C0, 48 and DB. RGB value is (192,72,219). Sum of RGB (Red+Green+Blue) = 192+72+219=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C048DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DB is #3FB724. Grayscale: #7C7C7C. Windows color (decimal): -4175653 or 14371008. OLE color: 14371008.

HSL color Cylindrical-coordinate representation of color #C048DB: hue angle of 288.98º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C048DB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19272219-
CMYK0.120.6700.14
HSL288.98º67.12%57.06%-
HSV(B)288.98º67.12%85.88%-
XYZ36.8420.9669.12-
YUV124.64181.26176.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 72 (28.52% from 255) = 14.91%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=39.75%
G=14.91%
B=45.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192722190.120.6700.14288.9867.1257.06
HexC048DBC430E1214339
Octal3001103331410301644110371
Binary1100000010010001101101111001000011011101001000011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048DB; }

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

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

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

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

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

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

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

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