Html Css Color HEX #D034ED Medium Orchid

📋 copy color: '#D034ED'

red 208 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #D034ED

Tints of Medium Orchid #D034ED

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.46%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 41.85%
G = 10.46%
B = 47.69%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D034ED (or 0xD034ED) is known color: Medium Orchid. HEX triplet: D0, 34 and ED. RGB value is (208,52,237). Sum of RGB (Red+Green+Blue) = 208+52+237=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #D034ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034ED is #2FCB12. Grayscale: #777777. Windows color (decimal): -3132179 or 15545552. OLE color: 15545552.

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

Color convert

RGB 208 52 237 -
CMYK 0.12 0.78 0 0.07
HSL 290.59º 0.84% 0.57% -
HSV(B) 290.59º 0.78% 0.93% -
XYZ 42.53 21.98 82.12 -
YUV 119.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 208 52 237 0.12 0.78 0 0.07 290.59 0.84 0.57
Hex D0 34 ED C 4E 0 7 123 54 39
Octal 320 64 355 14 116 0 7 443 124 71
Binary 11010000 110100 11101101 1100 1001110 0 111 100100011 1010100 111001

Color Harmonies of #D034ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034ED

Black with #D034ED

Text Example


Text Example

White with #D034ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034ED; }

 p { color: rgb(208,52,237); }

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

background-color css

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

 a { background-color: rgb(208,52,237); }

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

border-color css

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

 span { border-color: rgb(208,52,237); }

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