#D13CEF

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

Shades of Medium Orchid #D13CEF

Tints of Medium Orchid #D13CEF

Color information

#D13CEF (or 0xD13CEF) is unknown color: approx Medium Orchid. HEX triplet: D1, 3C and EF. RGB value is (209,60,239). Sum of RGB (Red+Green+Blue) = 209+60+239=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #D13CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEF is #2EC310. Grayscale: #7C7C7C. Windows color (decimal): -3064593 or 15678673. OLE color: 15678673.

HSL color Cylindrical-coordinate representation of color #D13CEF: hue angle of 289.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20960239-
CMYK0.130.7500.06
HSL289.94º84.83%58.63%-
HSV(B)289.94º74.9%93.73%-
XYZ43.4923.0283.81-
YUV124.96192.36187.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 60 (23.83% from 255) = 11.81%
BLUE value IS 239 (93.75% from 255) = 47.05%
R=41.14%
G=11.81%
B=47.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209602390.130.7500.06289.9484.8358.63
HexD13CEFD4B06122553b
Octal32174357151130644212573
Binary11010001111100111011111101100101101101001000101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CEF; }

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

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

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

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

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

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

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

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