Html Css Color HEX #D138DD Medium Orchid

📋 copy color: '#D138DD'

red 209 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #D138DD

Tints of Medium Orchid #D138DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 43%
G = 11.52%
B = 45.47%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D138DD (or 0xD138DD) is known color: Medium Orchid. HEX triplet: D1, 38 and DD. RGB value is (209,56,221). Sum of RGB (Red+Green+Blue) = 209+56+221=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #D138DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138DD is #2EC722. Grayscale: #787878. Windows color (decimal): -3065635 or 14498001. OLE color: 14498001.

HSL color Cylindrical-coordinate representation of color #D138DD: hue angle of 295.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D138DD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 56 221 -
CMYK 0.05 0.75 0 0.13
HSL 295.64º 0.71% 0.54% -
HSV(B) 295.64º 0.75% 0.87% -
XYZ 40.76 21.6 70.43 -
YUV 120.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 209 56 221 0.05 0.75 0 0.13 295.64 0.71 0.54
Hex D1 38 DD 5 4B 0 D 128 47 36
Octal 321 70 335 5 113 0 15 450 107 66
Binary 11010001 111000 11011101 101 1001011 0 1101 100101000 1000111 110110

Color Harmonies of #D138DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138DD

Black with #D138DD

Text Example


Text Example

White with #D138DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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