Html Css Color HEX #D138DC Medium Orchid

📋 copy color: '#D138DC'

red 209 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #D138DC

Tints of Medium Orchid #D138DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 43.09%
G = 11.55%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D138DC (or 0xD138DC) is known color: Medium Orchid. HEX triplet: D1, 38 and DC. RGB value is (209,56,220). Sum of RGB (Red+Green+Blue) = 209+56+220=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #D138DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138DC is #2EC723. Grayscale: #777777. Windows color (decimal): -3065636 or 14432465. OLE color: 14432465.

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

Color convert

RGB 209 56 220 -
CMYK 0.05 0.75 0 0.14
HSL 295.98º 0.7% 0.54% -
HSV(B) 295.98º 0.75% 0.86% -
XYZ 40.63 21.55 69.73 -
YUV 120.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 209 56 220 0.05 0.75 0 0.14 295.98 0.7 0.54
Hex D1 38 DC 5 4B 0 E 128 46 36
Octal 321 70 334 5 113 0 16 450 106 66
Binary 11010001 111000 11011100 101 1001011 0 1110 100101000 1000110 110110

Color Harmonies of #D138DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138DC

Black with #D138DC

Text Example


Text Example

White with #D138DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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