Html Css Color HEX #D041EE Medium Orchid

📋 copy color: '#D041EE'

red 208 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #D041EE

Tints of Medium Orchid #D041EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.72%

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 40.7%
G = 12.72%
B = 46.58%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D041EE (or 0xD041EE) is known color: Medium Orchid. HEX triplet: D0, 41 and EE. RGB value is (208,65,238). Sum of RGB (Red+Green+Blue) = 208+65+238=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #D041EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041EE is #2FBE11. Grayscale: #7E7E7E. Windows color (decimal): -3128850 or 15614416. OLE color: 15614416.

HSL color Cylindrical-coordinate representation of color #D041EE: hue angle of 289.6º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D041EE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 65 238 -
CMYK 0.13 0.73 0 0.07
HSL 289.6º 0.84% 0.59% -
HSV(B) 289.6º 0.73% 0.93% -
XYZ 43.34 23.36 83.11 -
YUV 127.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 208 65 238 0.13 0.73 0 0.07 289.6 0.84 0.59
Hex D0 41 EE D 49 0 7 122 54 3B
Octal 320 101 356 15 111 0 7 442 124 73
Binary 11010000 1000001 11101110 1101 1001001 0 111 100100010 1010100 111011

Color Harmonies of #D041EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041EE

Black with #D041EE

Text Example


Text Example

White with #D041EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041EE; }

 p { color: rgb(208,65,238); }

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

background-color css

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

 a { background-color: rgb(208,65,238); }

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

border-color css

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

 span { border-color: rgb(208,65,238); }

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