#C079DA

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

Shades of Medium Orchid #C079DA

Tints of Medium Orchid #C079DA

Color information

#C079DA (or 0xC079DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 79 and DA. RGB value is (192,121,218). Sum of RGB (Red+Green+Blue) = 192+121+218=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C079DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DA is #3F8625. Grayscale: #989898. Windows color (decimal): -4163110 or 14318016. OLE color: 14318016.

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

Color convert

RGB192121218-
CMYK0.120.4400.15
HSL283.92º56.73%66.47%-
HSV(B)283.92º44.5%85.49%-
XYZ41.2329.9469.94-
YUV153.29164.52155.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=36.16%
G=22.79%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921212180.120.4400.15283.9256.7366.47
HexC079DAC2C0F11c3942
Octal300171332145401743471102
Binary110000001111001110110101100101100011111000111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079DA; }

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

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

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

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

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

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

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

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