#C078DA

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

Shades of Medium Orchid #C078DA

Tints of Medium Orchid #C078DA

Color information

#C078DA (or 0xC078DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 78 and DA. RGB value is (192,120,218). Sum of RGB (Red+Green+Blue) = 192+120+218=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C078DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078DA is #3F8725. Grayscale: #989898. Windows color (decimal): -4163366 or 14317760. OLE color: 14317760.

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

Color convert

RGB192120218-
CMYK0.120.4500.15
HSL284.08º56.98%66.27%-
HSV(B)284.08º44.95%85.49%-
XYZ41.1129.769.9-
YUV152.7164.85156.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=36.23%
G=22.64%
B=41.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921202180.120.4500.15284.0856.9866.27
HexC078DAC2D0F11c3942
Octal300170332145501743471102
Binary110000001111000110110101100101101011111000111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078DA; }

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

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

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

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

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

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

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

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