#c461d0

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

Shades of Medium Orchid #C461D0

Tints of Medium Orchid #C461D0

Color information

#C461D0 (or 0xC461D0) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and D0. RGB value is (196,97,208). Sum of RGB (Red+Green+Blue) = 196+97+208=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #C461D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461D0 is #3B9E2F. Grayscale: #8A8A8A. Windows color (decimal): -3907120 or 13656516. OLE color: 13656516.

HSL color Cylindrical-coordinate representation of color #C461D0: hue angle of 293.51º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C461D0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19697208-
CMYK0.060.5300.18
HSL293.51º54.15%59.8%-
HSV(B)293.51º53.37%81.57%-
XYZ38.4224.8462.44-
YUV139.26166.8168.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=39.12%
G=19.36%
B=41.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196972080.060.5300.18293.5154.1559.8
HexC461D0635012126363c
Octal3041413206650224466674
Binary11000100110000111010000110110101010010100100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c461d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c461d0; }

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

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

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

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

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

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

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

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