#C040D1

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

Shades of Medium Orchid #C040D1

Tints of Medium Orchid #C040D1

Color information

#C040D1 (or 0xC040D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 40 and D1. RGB value is (192,64,209). Sum of RGB (Red+Green+Blue) = 192+64+209=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #C040D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D1 is #3FBF2E. Grayscale: #767676. Windows color (decimal): -4177711 or 13713600. OLE color: 13713600.

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

Color convert

RGB19264209-
CMYK0.080.6900.18
HSL292.97º61.18%53.53%-
HSV(B)292.97º69.38%81.96%-
XYZ35.0819.4862.23-
YUV118.8178.91180.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 64 (25.39% from 255) = 13.76%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=41.29%
G=13.76%
B=44.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192642090.080.6900.18292.9761.1853.53
HexC040D18450121253d36
Octal300100321101050224457566
Binary1100000010000001101000110001000101010010100100101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040D1; }

 p { color: rgb(192,64,209); }

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

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

 a { background-color: rgb(192,64,209); }

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

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

 span { border-color: rgb(192,64,209); }

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