Html Css Color HEX #D140DB Medium Orchid

📋 copy color: '#D140DB'

red 209 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #D140DB

Tints of Medium Orchid #D140DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.01%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 42.48%
G = 13.01%
B = 44.51%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D140DB (or 0xD140DB) is known color: Medium Orchid. HEX triplet: D1, 40 and DB. RGB value is (209,64,219). Sum of RGB (Red+Green+Blue) = 209+64+219=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D140DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140DB is #2EBF24. Grayscale: #7C7C7C. Windows color (decimal): -3063589 or 14368977. OLE color: 14368977.

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

Color convert

RGB 209 64 219 -
CMYK 0.05 0.71 0 0.14
HSL 296.13º 0.68% 0.55% -
HSV(B) 296.13º 0.71% 0.86% -
XYZ 40.91 22.34 69.17 -
YUV 125.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 209 64 219 0.05 0.71 0 0.14 296.13 0.68 0.55
Hex D1 40 DB 5 47 0 E 128 44 37
Octal 321 100 333 5 107 0 16 450 104 67
Binary 11010001 1000000 11011011 101 1000111 0 1110 100101000 1000100 110111

Color Harmonies of #D140DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140DB

Black with #D140DB

Text Example


Text Example

White with #D140DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140DB; }

 p { color: rgb(209,64,219); }

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

background-color css

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

 a { background-color: rgb(209,64,219); }

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

border-color css

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

 span { border-color: rgb(209,64,219); }

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