#C461CF

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

Shades of Medium Orchid #C461CF

Tints of Medium Orchid #C461CF

Color information

#C461CF (or 0xC461CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and CF. RGB value is (196,97,207). Sum of RGB (Red+Green+Blue) = 196+97+207=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C461CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461CF is #3B9E30. Grayscale: #8A8A8A. Windows color (decimal): -3907121 or 13590980. OLE color: 13590980.

HSL color Cylindrical-coordinate representation of color #C461CF: hue angle of 294º 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 #C461CF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19697207-
CMYK0.050.5300.19
HSL294º53.4%59.61%-
HSV(B)294º53.14%81.18%-
XYZ38.324.7961.8-
YUV139.14166.3168.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=39.2%
G=19.4%
B=41.4%

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
Decimal196972070.050.5300.1929453.459.61
HexC461CF535013126353c
Octal3041413175650234466574
Binary11000100110000111001111101110101010011100100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461CF; }

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

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

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

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

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

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

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

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