Html Css Color HEX #D138E1 Medium Orchid

📋 copy color: '#D138E1'

red 209 ◦ green 56 ◦ blue 225

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

Shades of Medium Orchid #D138E1

Tints of Medium Orchid #D138E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 42.65%
G = 11.43%
B = 45.92%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D138E1 (or 0xD138E1) is known color: Medium Orchid. HEX triplet: D1, 38 and E1. RGB value is (209,56,225). Sum of RGB (Red+Green+Blue) = 209+56+225=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #D138E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138E1 is #2EC71E. Grayscale: #787878. Windows color (decimal): -3065631 or 14760145. OLE color: 14760145.

HSL color Cylindrical-coordinate representation of color #D138E1: hue angle of 294.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D138E1 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 56 225 -
CMYK 0.07 0.75 0 0.12
HSL 294.32º 0.74% 0.55% -
HSV(B) 294.32º 0.75% 0.88% -
XYZ 41.3 21.82 73.27 -
YUV 121.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 209 56 225 0.07 0.75 0 0.12 294.32 0.74 0.55
Hex D1 38 E1 7 4B 0 C 126 4A 37
Octal 321 70 341 7 113 0 14 446 112 67
Binary 11010001 111000 11100001 111 1001011 0 1100 100100110 1001010 110111

Color Harmonies of #D138E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138E1

Black with #D138E1

Text Example


Text Example

White with #D138E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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