Html Css Color HEX #D044EA Medium Orchid

📋 copy color: '#D044EA'

red 208 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #D044EA

Tints of Medium Orchid #D044EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 40.78%
G = 13.33%
B = 45.88%

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

#D044EA (or 0xD044EA) is known color: Medium Orchid. HEX triplet: D0, 44 and EA. RGB value is (208,68,234). Sum of RGB (Red+Green+Blue) = 208+68+234=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #D044EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044EA is #2FBB15. Grayscale: #808080. Windows color (decimal): -3128086 or 15353040. OLE color: 15353040.

HSL color Cylindrical-coordinate representation of color #D044EA: hue angle of 290.6º degrees, saturation: 0.8, 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 #D044EA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 68 234 -
CMYK 0.11 0.71 0 0.08
HSL 290.6º 0.8% 0.59% -
HSV(B) 290.6º 0.71% 0.92% -
XYZ 42.93 23.48 80.11 -
YUV 128.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 208 68 234 0.11 0.71 0 0.08 290.6 0.8 0.59
Hex D0 44 EA B 47 0 8 123 50 3B
Octal 320 104 352 13 107 0 10 443 120 73
Binary 11010000 1000100 11101010 1011 1000111 0 1000 100100011 1010000 111011

Color Harmonies of #D044EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044EA

Black with #D044EA

Text Example


Text Example

White with #D044EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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