Html Css Color HEX #D041EB Medium Orchid

📋 copy color: '#D041EB'

red 208 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #D041EB

Tints of Medium Orchid #D041EB

RGB

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

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

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

R = 40.94%
G = 12.8%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D041EB (or 0xD041EB) is known color: Medium Orchid. HEX triplet: D0, 41 and EB. RGB value is (208,65,235). Sum of RGB (Red+Green+Blue) = 208+65+235=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 65 (25.78% from 255 or 12.80% 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 #D041EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041EB is #2FBE14. Grayscale: #7E7E7E. Windows color (decimal): -3128853 or 15417808. OLE color: 15417808.

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

Color convert

RGB 208 65 235 -
CMYK 0.11 0.72 0 0.08
HSL 290.47º 0.81% 0.59% -
HSV(B) 290.47º 0.72% 0.92% -
XYZ 42.9 23.19 80.81 -
YUV 127.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 208 65 235 0.11 0.72 0 0.08 290.47 0.81 0.59
Hex D0 41 EB B 48 0 8 122 51 3B
Octal 320 101 353 13 110 0 10 442 121 73
Binary 11010000 1000001 11101011 1011 1001000 0 1000 100100010 1010001 111011

Color Harmonies of #D041EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041EB

Black with #D041EB

Text Example


Text Example

White with #D041EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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