#c049da

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

Shades of Medium Orchid #C049DA

Tints of Medium Orchid #C049DA

Color information

#C049DA (or 0xC049DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 49 and DA. RGB value is (192,73,218). Sum of RGB (Red+Green+Blue) = 192+73+218=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #C049DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049DA is #3FB625. Grayscale: #7C7C7C. Windows color (decimal): -4175398 or 14305728. OLE color: 14305728.

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

Color convert

RGB19273218-
CMYK0.120.6700.15
HSL289.24º66.21%57.06%-
HSV(B)289.24º66.51%85.49%-
XYZ36.7821.0368.45-
YUV125.11180.42175.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 73 (28.91% from 255) = 15.11%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=39.75%
G=15.11%
B=45.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192732180.120.6700.15289.2466.2157.06
HexC049DAC430F1214239
Octal3001113321410301744110271
Binary1100000010010011101101011001000011011111001000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c049da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c049da; }

 p { color: rgb(192,73,218); }

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

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

 a { background-color: rgb(192,73,218); }

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

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

 span { border-color: rgb(192,73,218); }

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