#C560D0

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

Shades of Medium Orchid #C560D0

Tints of Medium Orchid #C560D0

Color information

#C560D0 (or 0xC560D0) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and D0. RGB value is (197,96,208). Sum of RGB (Red+Green+Blue) = 197+96+208=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #C560D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560D0 is #3A9F2F. Grayscale: #8A8A8A. Windows color (decimal): -3841840 or 13656261. OLE color: 13656261.

HSL color Cylindrical-coordinate representation of color #C560D0: hue angle of 294.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C560D0 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19796208-
CMYK0.050.5400.18
HSL294.11º54.37%59.61%-
HSV(B)294.11º53.85%81.57%-
XYZ38.5924.7962.43-
YUV138.97166.96169.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=39.32%
G=19.16%
B=41.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197962080.050.5400.18294.1154.3759.61
HexC560D0536012126363c
Octal3051403205660224466674
Binary11000101110000011010000101110110010010100100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560D0; }

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

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

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

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

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

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

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

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