#C561CF

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

Shades of Medium Orchid #C561CF

Tints of Medium Orchid #C561CF

Color information

#C561CF (or 0xC561CF) is unknown color: approx Medium Orchid. HEX triplet: C5, 61 and CF. RGB value is (197,97,207). Sum of RGB (Red+Green+Blue) = 197+97+207=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C561CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561CF is #3A9E30. Grayscale: #8B8B8B. Windows color (decimal): -3841585 or 13590981. OLE color: 13590981.

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

Color convert

RGB19797207-
CMYK0.050.5300.19
HSL294.55º53.4%59.61%-
HSV(B)294.55º53.14%81.18%-
XYZ38.5624.9261.81-
YUV139.44166.13169.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=39.32%
G=19.36%
B=41.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197972070.050.5300.19294.5553.459.61
HexC561CF535013127353c
Octal3051413175650234476574
Binary11000101110000111001111101110101010011100100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561CF; }

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

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

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

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

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

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

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

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