#C049DE

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

Shades of Medium Orchid #C049DE

Tints of Medium Orchid #C049DE

Color information

#C049DE (or 0xC049DE) is unknown color: approx Medium Orchid. HEX triplet: C0, 49 and DE. RGB value is (192,73,222). Sum of RGB (Red+Green+Blue) = 192+73+222=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C049DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049DE is #3FB621. Grayscale: #7D7D7D. Windows color (decimal): -4175394 or 14567872. OLE color: 14567872.

HSL color Cylindrical-coordinate representation of color #C049DE: hue angle of 287.92º 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 #C049DE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19273222-
CMYK0.140.6700.13
HSL287.92º69.3%57.84%-
HSV(B)287.92º67.12%87.06%-
XYZ37.3121.2571.24-
YUV125.57182.42175.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=39.43%
G=14.99%
B=45.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192732220.140.6700.13287.9269.357.84
HexC049DEE430D120453a
Octal3001113361610301544010572
Binary1100000010010011101111011101000011011011001000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049DE; }

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

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

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

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

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

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

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

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