#D13CED

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

Shades of Medium Orchid #D13CED

Tints of Medium Orchid #D13CED

Color information

#D13CED (or 0xD13CED) is unknown color: approx Medium Orchid. HEX triplet: D1, 3C and ED. RGB value is (209,60,237). Sum of RGB (Red+Green+Blue) = 209+60+237=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #D13CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CED is #2EC312. Grayscale: #7C7C7C. Windows color (decimal): -3064595 or 15547601. OLE color: 15547601.

HSL color Cylindrical-coordinate representation of color #D13CED: hue angle of 290.51º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CED is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20960237-
CMYK0.120.7500.07
HSL290.51º83.1%58.24%-
HSV(B)290.51º74.68%92.94%-
XYZ43.222.982.26-
YUV124.73191.36188.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 60 (23.83% from 255) = 11.86%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=41.30%
G=11.86%
B=46.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209602370.120.7500.07290.5183.158.24
HexD13CEDC4B07123533a
Octal32174355141130744312372
Binary11010001111100111011011100100101101111001000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CED; }

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

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

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

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

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

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

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

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