#D13CF2

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

Shades of Medium Orchid #D13CF2

Tints of Medium Orchid #D13CF2

Color information

#D13CF2 (or 0xD13CF2) is unknown color: approx Medium Orchid. HEX triplet: D1, 3C and F2. RGB value is (209,60,242). Sum of RGB (Red+Green+Blue) = 209+60+242=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D13CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CF2 is #2EC30D. Grayscale: #7C7C7C. Windows color (decimal): -3064590 or 15875281. OLE color: 15875281.

HSL color Cylindrical-coordinate representation of color #D13CF2: hue angle of 289.12º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CF2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20960242-
CMYK0.140.7500.05
HSL289.12º87.5%59.22%-
HSV(B)289.12º75.21%94.9%-
XYZ43.9423.286.17-
YUV125.3193.86187.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 60 (23.83% from 255) = 11.74%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=40.90%
G=11.74%
B=47.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209602420.140.7500.05289.1287.559.22
HexD13CF2E4B05121583b
Octal32174362161130544113073
Binary11010001111100111100101110100101101011001000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CF2; }

 p { color: rgb(209,60,242); }

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

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

 a { background-color: rgb(209,60,242); }

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

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

 span { border-color: rgb(209,60,242); }

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