#C049DD

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

Shades of Medium Orchid #C049DD

Tints of Medium Orchid #C049DD

Color information

#C049DD (or 0xC049DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 49 and DD. RGB value is (192,73,221). Sum of RGB (Red+Green+Blue) = 192+73+221=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C049DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049DD is #3FB622. Grayscale: #7C7C7C. Windows color (decimal): -4175395 or 14502336. OLE color: 14502336.

HSL color Cylindrical-coordinate representation of color #C049DD: hue angle of 288.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C049DD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19273221-
CMYK0.130.6700.13
HSL288.24º68.52%57.65%-
HSV(B)288.24º66.97%86.67%-
XYZ37.1721.1970.54-
YUV125.45181.92175.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 73 (28.91% from 255) = 15.02%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=39.51%
G=15.02%
B=45.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192732210.130.6700.13288.2468.5257.65
HexC049DDD430D120453a
Octal3001113351510301544010572
Binary1100000010010011101110111011000011011011001000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049DD; }

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

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

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

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

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

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

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

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