Html Css Color HEX #D138DA Medium Orchid

📋 copy color: '#D138DA'

red 209 ◦ green 56 ◦ blue 218

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

Shades of Medium Orchid #D138DA

Tints of Medium Orchid #D138DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 43.27%
G = 11.59%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D138DA (or 0xD138DA) is known color: Medium Orchid. HEX triplet: D1, 38 and DA. RGB value is (209,56,218). Sum of RGB (Red+Green+Blue) = 209+56+218=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #D138DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138DA is #2EC725. Grayscale: #777777. Windows color (decimal): -3065638 or 14301393. OLE color: 14301393.

HSL color Cylindrical-coordinate representation of color #D138DA: hue angle of 296.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D138DA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 56 218 -
CMYK 0.04 0.74 0 0.15
HSL 296.67º 0.69% 0.54% -
HSV(B) 296.67º 0.74% 0.85% -
XYZ 40.36 21.45 68.34 -
YUV 120.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 209 56 218 0.04 0.74 0 0.15 296.67 0.69 0.54
Hex D1 38 DA 4 4A 0 F 129 45 36
Octal 321 70 332 4 112 0 17 451 105 66
Binary 11010001 111000 11011010 100 1001010 0 1111 100101001 1000101 110110

Color Harmonies of #D138DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138DA

Black with #D138DA

Text Example


Text Example

White with #D138DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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