Html Css Color HEX #D13BEC Medium Orchid

📋 copy color: '#D13BEC'

red 209 ◦ green 59 ◦ blue 236

#D13BEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D13BEC

Tints of Medium Orchid #D13BEC

RGB

 RED value IS 209 (82.03% from 255) = 41.47%

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 41.47%
G = 11.71%
B = 46.83%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D13BEC (or 0xD13BEC) is known color: Medium Orchid. HEX triplet: D1, 3B and EC. RGB value is (209,59,236). Sum of RGB (Red+Green+Blue) = 209+59+236=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #D13BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BEC is #2EC413. Grayscale: #7B7B7B. Windows color (decimal): -3064852 or 15481809. OLE color: 15481809.

HSL color Cylindrical-coordinate representation of color #D13BEC: hue angle of 290.85º degrees, saturation: 0.82, 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 #D13BEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 59 236 -
CMYK 0.11 0.75 0 0.07
HSL 290.85º 0.82% 0.58% -
HSV(B) 290.85º 0.75% 0.93% -
XYZ 43 22.74 81.48 -
YUV 124.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 209 59 236 0.11 0.75 0 0.07 290.85 0.82 0.58
Hex D1 3B EC B 4B 0 7 123 52 3A
Octal 321 73 354 13 113 0 7 443 122 72
Binary 11010001 111011 11101100 1011 1001011 0 111 100100011 1010010 111010

Color Harmonies of #D13BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BEC

Black with #D13BEC

Text Example


Text Example

White with #D13BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BEC; }

 p { color: rgb(209,59,236); }

 H1.HeaderClassName
 {
   color: #D13BEC;
 }
 .AnyTagClassName
 {
   color: #D13BEC;
 }
</style>

background-color css

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

 a { background-color: rgb(209,59,236); }

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

border-color css

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

 span { border-color: rgb(209,59,236); }

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