#C560D4

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

Shades of Medium Orchid #C560D4

Tints of Medium Orchid #C560D4

Color information

#C560D4 (or 0xC560D4) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and D4. RGB value is (197,96,212). Sum of RGB (Red+Green+Blue) = 197+96+212=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #C560D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560D4 is #3A9F2B. Grayscale: #8B8B8B. Windows color (decimal): -3841836 or 13918405. OLE color: 13918405.

HSL color Cylindrical-coordinate representation of color #C560D4: hue angle of 292.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C560D4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19796212-
CMYK0.070.5500.17
HSL292.24º57.43%60.39%-
HSV(B)292.24º54.72%83.14%-
XYZ39.0924.9965.05-
YUV139.42168.96169.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=39.01%
G=19.01%
B=41.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197962120.070.5500.17292.2457.4360.39
HexC560D4737011124393c
Octal3051403247670214447174
Binary11000101110000011010100111110111010001100100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560D4; }

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

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

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

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

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

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

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

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