#C561DC

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

Shades of Medium Orchid #C561DC

Tints of Medium Orchid #C561DC

Color information

#C561DC (or 0xC561DC) is unknown color: approx Medium Orchid. HEX triplet: C5, 61 and DC. RGB value is (197,97,220). Sum of RGB (Red+Green+Blue) = 197+97+220=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C561DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561DC is #3A9E23. Grayscale: #8C8C8C. Windows color (decimal): -3841572 or 14442949. OLE color: 14442949.

HSL color Cylindrical-coordinate representation of color #C561DC: hue angle of 288.78º degrees, saturation: 0.64, 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 #C561DC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19797220-
CMYK0.100.5600.14
HSL288.78º63.73%62.16%-
HSV(B)288.78º55.91%86.27%-
XYZ40.2225.5970.53-
YUV140.92172.63168-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=38.33%
G=18.87%
B=42.80%

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
Decimal197972200.100.5600.14288.7863.7362.16
HexC561DCA380E121403e
Octal305141334127001644110076
Binary110001011100001110111001010111000011101001000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561DC; }

 p { color: rgb(197,97,220); }

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

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

 a { background-color: rgb(197,97,220); }

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

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

 span { border-color: rgb(197,97,220); }

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