#C560D8

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

Shades of Medium Orchid #C560D8

Tints of Medium Orchid #C560D8

Color information

#C560D8 (or 0xC560D8) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and D8. RGB value is (197,96,216). Sum of RGB (Red+Green+Blue) = 197+96+216=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #C560D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560D8 is #3A9F27. Grayscale: #8B8B8B. Windows color (decimal): -3841832 or 14180549. OLE color: 14180549.

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

Color convert

RGB19796216-
CMYK0.090.5600.15
HSL290.5º60.61%61.18%-
HSV(B)290.5º55.56%84.71%-
XYZ39.625.1967.74-
YUV139.88170.96168.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=38.70%
G=18.86%
B=42.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197962160.090.5600.15290.560.6161.18
HexC560D89380F1223d3d
Octal30514033011700174427575
Binary11000101110000011011000100111100001111100100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560D8; }

 p { color: rgb(197,96,216); }

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

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

 a { background-color: rgb(197,96,216); }

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

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

 span { border-color: rgb(197,96,216); }

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