#C078D8

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

Shades of Medium Orchid #C078D8

Tints of Medium Orchid #C078D8

Color information

#C078D8 (or 0xC078D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 78 and D8. RGB value is (192,120,216). Sum of RGB (Red+Green+Blue) = 192+120+216=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C078D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D8 is #3F8727. Grayscale: #989898. Windows color (decimal): -4163368 or 14186688. OLE color: 14186688.

HSL color Cylindrical-coordinate representation of color #C078D8: hue angle of 285º degrees, saturation: 0.55, 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 #C078D8 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192120216-
CMYK0.110.4400.15
HSL285º55.17%65.88%-
HSV(B)285º44.44%84.71%-
XYZ40.8529.668.53-
YUV152.47163.85156.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 22.73%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921202160.110.4400.1528555.1765.88
HexC078D8B2C0F11d3742
Octal300170330135401743567102
Binary110000001111000110110001011101100011111000111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078D8; }

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

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

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

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

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

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

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

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