#C056DA

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

Shades of Medium Orchid #C056DA

Tints of Medium Orchid #C056DA

Color information

#C056DA (or 0xC056DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 56 and DA. RGB value is (192,86,218). Sum of RGB (Red+Green+Blue) = 192+86+218=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C056DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056DA is #3FA925. Grayscale: #848484. Windows color (decimal): -4172070 or 14309056. OLE color: 14309056.

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

Color convert

RGB19286218-
CMYK0.120.6100.15
HSL288.18º64.08%59.61%-
HSV(B)288.18º60.55%85.49%-
XYZ37.7222.9268.77-
YUV132.74176.12170.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 86 (33.98% from 255) = 17.34%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=38.71%
G=17.34%
B=43.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192862180.120.6100.15288.1864.0859.61
HexC056DAC3D0F120403c
Octal300126332147501744010074
Binary110000001010110110110101100111101011111001000001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C056DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C056DA; }

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

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

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

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

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

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

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

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