#c560db

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

Shades of Medium Orchid #C560DB

Tints of Medium Orchid #C560DB

Color information

#C560DB (or 0xC560DB) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and DB. RGB value is (197,96,219). Sum of RGB (Red+Green+Blue) = 197+96+219=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C560DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DB is #3A9F24. Grayscale: #8B8B8B. Windows color (decimal): -3841829 or 14377157. OLE color: 14377157.

HSL color Cylindrical-coordinate representation of color #C560DB: hue angle of 289.27º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C560DB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19796219-
CMYK0.100.5600.14
HSL289.27º63.08%61.76%-
HSV(B)289.27º56.16%85.88%-
XYZ4025.3569.8-
YUV140.22172.46168.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=38.48%
G=18.75%
B=42.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197962190.100.5600.14289.2763.0861.76
HexC560DBA380E1213f3e
Octal30514033312700164417776
Binary11000101110000011011011101011100001110100100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c560db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c560db; }

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

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

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

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

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

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

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

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