#C049D4

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

Shades of Medium Orchid #C049D4

Tints of Medium Orchid #C049D4

Color information

#C049D4 (or 0xC049D4) is unknown color: approx Medium Orchid. HEX triplet: C0, 49 and D4. RGB value is (192,73,212). Sum of RGB (Red+Green+Blue) = 192+73+212=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #C049D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049D4 is #3FB62B. Grayscale: #7B7B7B. Windows color (decimal): -4175404 or 13912512. OLE color: 13912512.

HSL color Cylindrical-coordinate representation of color #C049D4: hue angle of 291.37º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C049D4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19273212-
CMYK0.090.6600.17
HSL291.37º61.78%55.88%-
HSV(B)291.37º65.57%83.14%-
XYZ3620.7364.39-
YUV124.43177.42176.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=40.25%
G=15.30%
B=44.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192732120.090.6600.17291.3761.7855.88
HexC049D49420111233e38
Octal300111324111020214437670
Binary1100000010010011101010010011000010010001100100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049D4; }

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

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

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

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

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

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

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

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