Html Css Color HEX #D140EB Medium Orchid

📋 copy color: '#D140EB'

red 209 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #D140EB

Tints of Medium Orchid #D140EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 41.14%
G = 12.6%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D140EB (or 0xD140EB) is known color: Medium Orchid. HEX triplet: D1, 40 and EB. RGB value is (209,64,235). Sum of RGB (Red+Green+Blue) = 209+64+235=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #D140EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140EB is #2EBF14. Grayscale: #7E7E7E. Windows color (decimal): -3063573 or 15417553. OLE color: 15417553.

HSL color Cylindrical-coordinate representation of color #D140EB: hue angle of 290.88º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D140EB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 64 235 -
CMYK 0.11 0.73 0 0.08
HSL 290.88º 0.81% 0.59% -
HSV(B) 290.88º 0.73% 0.92% -
XYZ 43.12 23.22 80.81 -
YUV 126.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 209 64 235 0.11 0.73 0 0.08 290.88 0.81 0.59
Hex D1 40 EB B 49 0 8 123 51 3B
Octal 321 100 353 13 111 0 10 443 121 73
Binary 11010001 1000000 11101011 1011 1001001 0 1000 100100011 1010001 111011

Color Harmonies of #D140EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140EB

Black with #D140EB

Text Example


Text Example

White with #D140EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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