Html Css Color HEX #D044EB Medium Orchid

📋 copy color: '#D044EB'

red 208 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #D044EB

Tints of Medium Orchid #D044EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.31%

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

R = 40.7%
G = 13.31%
B = 45.99%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D044EB (or 0xD044EB) is known color: Medium Orchid. HEX triplet: D0, 44 and EB. RGB value is (208,68,235). Sum of RGB (Red+Green+Blue) = 208+68+235=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #D044EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044EB is #2FBB14. Grayscale: #808080. Windows color (decimal): -3128085 or 15418576. OLE color: 15418576.

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

Color convert

RGB 208 68 235 -
CMYK 0.11 0.71 0 0.08
HSL 290.3º 0.81% 0.59% -
HSV(B) 290.3º 0.71% 0.92% -
XYZ 43.07 23.54 80.87 -
YUV 128.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 208 68 235 0.11 0.71 0 0.08 290.3 0.81 0.59
Hex D0 44 EB B 47 0 8 122 51 3B
Octal 320 104 353 13 107 0 10 442 121 73
Binary 11010000 1000100 11101011 1011 1000111 0 1000 100100010 1010001 111011

Color Harmonies of #D044EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044EB

Black with #D044EB

Text Example


Text Example

White with #D044EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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