#C056DF

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

Shades of Medium Orchid #C056DF

Tints of Medium Orchid #C056DF

Color information

#C056DF (or 0xC056DF) is unknown color: approx Medium Orchid. HEX triplet: C0, 56 and DF. RGB value is (192,86,223). Sum of RGB (Red+Green+Blue) = 192+86+223=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C056DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056DF is #3FA920. Grayscale: #848484. Windows color (decimal): -4172065 or 14636736. OLE color: 14636736.

HSL color Cylindrical-coordinate representation of color #C056DF: hue angle of 286.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C056DF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19286223-
CMYK0.140.6100.13
HSL286.42º68.16%60.59%-
HSV(B)286.42º61.43%87.45%-
XYZ38.3923.1972.26-
YUV133.31178.62169.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 86 (33.98% from 255) = 17.17%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=38.32%
G=17.17%
B=44.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192862230.140.6100.13286.4268.1660.59
HexC056DFE3D0D11e443d
Octal300126337167501543610475
Binary110000001010110110111111110111101011011000111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056DF; }

 p { color: rgb(192,86,223); }

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

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

 a { background-color: rgb(192,86,223); }

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

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

 span { border-color: rgb(192,86,223); }

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