#C056CF

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

Shades of Medium Orchid #C056CF

Tints of Medium Orchid #C056CF

Color information

#C056CF (or 0xC056CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 56 and CF. RGB value is (192,86,207). Sum of RGB (Red+Green+Blue) = 192+86+207=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C056CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056CF is #3FA930. Grayscale: #838383. Windows color (decimal): -4172081 or 13588160. OLE color: 13588160.

HSL color Cylindrical-coordinate representation of color #C056CF: hue angle of 292.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C056CF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19286207-
CMYK0.070.5800.19
HSL292.56º55.76%57.45%-
HSV(B)292.56º58.45%81.18%-
XYZ36.3322.3761.43-
YUV131.49170.62171.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=39.59%
G=17.73%
B=42.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192862070.070.5800.19292.5655.7657.45
HexC056CF73A0131253839
Octal3001263177720234457071
Binary11000000101011011001111111111010010011100100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056CF; }

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

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

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

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

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

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

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

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