#D13EEB

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

Shades of Medium Orchid #D13EEB

Tints of Medium Orchid #D13EEB

Color information

#D13EEB (or 0xD13EEB) is unknown color: approx Medium Orchid. HEX triplet: D1, 3E and EB. RGB value is (209,62,235). Sum of RGB (Red+Green+Blue) = 209+62+235=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #D13EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EEB is #2EC114. Grayscale: #7D7D7D. Windows color (decimal): -3064085 or 15417041. OLE color: 15417041.

HSL color Cylindrical-coordinate representation of color #D13EEB: hue angle of 290.98º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13EEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20962235-
CMYK0.110.7400.08
HSL290.98º81.22%58.24%-
HSV(B)290.98º73.62%92.16%-
XYZ43.012380.77-
YUV125.68189.7187.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 62 (24.61% from 255) = 12.25%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=41.30%
G=12.25%
B=46.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209622350.110.7400.08290.9881.2258.24
HexD13EEBB4A08123513a
Octal321763531311201044312172
Binary110100011111101110101110111001010010001001000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13EEB; }

 p { color: rgb(209,62,235); }

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

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

 a { background-color: rgb(209,62,235); }

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

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

 span { border-color: rgb(209,62,235); }

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