Html Css Color HEX #D138EB Medium Orchid

📋 copy color: '#D138EB'

red 209 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #D138EB

Tints of Medium Orchid #D138EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.2%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 41.8%
G = 11.2%
B = 47%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D138EB (or 0xD138EB) is known color: Medium Orchid. HEX triplet: D1, 38 and EB. RGB value is (209,56,235). Sum of RGB (Red+Green+Blue) = 209+56+235=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #D138EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138EB is #2EC714. Grayscale: #797979. Windows color (decimal): -3065621 or 15415505. OLE color: 15415505.

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

Color convert

RGB 209 56 235 -
CMYK 0.11 0.76 0 0.08
HSL 291.28º 0.82% 0.57% -
HSV(B) 291.28º 0.76% 0.92% -
XYZ 42.7 22.38 80.67 -
YUV 122.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 209 56 235 0.11 0.76 0 0.08 291.28 0.82 0.57
Hex D1 38 EB B 4C 0 8 123 52 39
Octal 321 70 353 13 114 0 10 443 122 71
Binary 11010001 111000 11101011 1011 1001100 0 1000 100100011 1010010 111001

Color Harmonies of #D138EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138EB

Black with #D138EB

Text Example


Text Example

White with #D138EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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