#C461DC

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

Shades of Medium Orchid #C461DC

Tints of Medium Orchid #C461DC

Color information

#C461DC (or 0xC461DC) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and DC. RGB value is (196,97,220). Sum of RGB (Red+Green+Blue) = 196+97+220=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C461DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DC is #3B9E23. Grayscale: #8C8C8C. Windows color (decimal): -3907108 or 14442948. OLE color: 14442948.

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

Color convert

RGB19697220-
CMYK0.110.5600.14
HSL288.29º63.73%62.16%-
HSV(B)288.29º55.91%86.27%-
XYZ39.9625.4570.52-
YUV140.62172.8167.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=38.21%
G=18.91%
B=42.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196972200.110.5600.14288.2963.7362.16
HexC461DCB380E120403e
Octal304141334137001644010076
Binary110001001100001110111001011111000011101001000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461DC; }

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

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

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

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

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

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

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

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