Html Css Color HEX #D13BEE Medium Orchid

📋 copy color: '#D13BEE'

red 209 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #D13BEE

Tints of Medium Orchid #D13BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 41.3%
G = 11.66%
B = 47.04%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D13BEE (or 0xD13BEE) is known color: Medium Orchid. HEX triplet: D1, 3B and EE. RGB value is (209,59,238). Sum of RGB (Red+Green+Blue) = 209+59+238=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #D13BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BEE is #2EC411. Grayscale: #7B7B7B. Windows color (decimal): -3064850 or 15612881. OLE color: 15612881.

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

Color convert

RGB 209 59 238 -
CMYK 0.12 0.75 0 0.07
HSL 290.28º 0.84% 0.58% -
HSV(B) 290.28º 0.75% 0.93% -
XYZ 43.29 22.86 83.02 -
YUV 124.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 209 59 238 0.12 0.75 0 0.07 290.28 0.84 0.58
Hex D1 3B EE C 4B 0 7 122 54 3A
Octal 321 73 356 14 113 0 7 442 124 72
Binary 11010001 111011 11101110 1100 1001011 0 111 100100010 1010100 111010

Color Harmonies of #D13BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BEE

Black with #D13BEE

Text Example


Text Example

White with #D13BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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