#D13CD8

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

Shades of Medium Orchid #D13CD8

Tints of Medium Orchid #D13CD8

Color information

#D13CD8 (or 0xD13CD8) is unknown color: approx Medium Orchid. HEX triplet: D1, 3C and D8. RGB value is (209,60,216). Sum of RGB (Red+Green+Blue) = 209+60+216=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #D13CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CD8 is #2EC327. Grayscale: #797979. Windows color (decimal): -3064616 or 14171345. OLE color: 14171345.

HSL color Cylindrical-coordinate representation of color #D13CD8: hue angle of 297.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13CD8 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20960216-
CMYK0.030.7200.15
HSL297.31º66.67%54.12%-
HSV(B)297.31º72.22%84.71%-
XYZ40.3121.7467.04-
YUV122.34180.86189.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 60 (23.83% from 255) = 12.37%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=43.09%
G=12.37%
B=44.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209602160.030.7200.15297.3166.6754.12
HexD13CD83480F1294336
Octal32174330311001745110366
Binary1101000111110011011000111001000011111001010011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CD8; }

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

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

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

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

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

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

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

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