Html Css Color HEX #D040E1 Medium Orchid

📋 copy color: '#D040E1'

red 208 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #D040E1

Tints of Medium Orchid #D040E1

RGB

 RED value IS 208 (81.64% from 255) = 41.85%

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 41.85%
G = 12.88%
B = 45.27%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D040E1 (or 0xD040E1) is known color: Medium Orchid. HEX triplet: D0, 40 and E1. RGB value is (208,64,225). Sum of RGB (Red+Green+Blue) = 208+64+225=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #D040E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040E1 is #2FBF1E. Grayscale: #7C7C7C. Windows color (decimal): -3129119 or 14762192. OLE color: 14762192.

HSL color Cylindrical-coordinate representation of color #D040E1: hue angle of 293.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D040E1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 64 225 -
CMYK 0.08 0.72 0 0.12
HSL 293.66º 0.73% 0.57% -
HSV(B) 293.66º 0.72% 0.88% -
XYZ 41.44 22.51 73.4 -
YUV 125.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 208 64 225 0.08 0.72 0 0.12 293.66 0.73 0.57
Hex D0 40 E1 8 48 0 C 126 49 39
Octal 320 100 341 10 110 0 14 446 111 71
Binary 11010000 1000000 11100001 1000 1001000 0 1100 100100110 1001001 111001

Color Harmonies of #D040E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040E1

Black with #D040E1

Text Example


Text Example

White with #D040E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040E1; }

 p { color: rgb(208,64,225); }

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

background-color css

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

 a { background-color: rgb(208,64,225); }

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

border-color css

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

 span { border-color: rgb(208,64,225); }

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