Html Css Color HEX #D034EE Medium Orchid

📋 copy color: '#D034EE'

red 208 ◦ green 52 ◦ blue 238

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

Shades of Medium Orchid #D034EE

Tints of Medium Orchid #D034EE

RGB

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

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

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

R = 41.77%
G = 10.44%
B = 47.79%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D034EE (or 0xD034EE) is known color: Medium Orchid. HEX triplet: D0, 34 and EE. RGB value is (208,52,238). Sum of RGB (Red+Green+Blue) = 208+52+238=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #D034EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034EE is #2FCB11. Grayscale: #777777. Windows color (decimal): -3132178 or 15611088. OLE color: 15611088.

HSL color Cylindrical-coordinate representation of color #D034EE: hue angle of 290.32º degrees, saturation: 0.85, 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 #D034EE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 52 238 -
CMYK 0.13 0.78 0 0.07
HSL 290.32º 0.85% 0.57% -
HSV(B) 290.32º 0.78% 0.93% -
XYZ 42.67 22.04 82.89 -
YUV 119.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 208 52 238 0.13 0.78 0 0.07 290.32 0.85 0.57
Hex D0 34 EE D 4E 0 7 122 55 39
Octal 320 64 356 15 116 0 7 442 125 71
Binary 11010000 110100 11101110 1101 1001110 0 111 100100010 1010101 111001

Color Harmonies of #D034EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034EE

Black with #D034EE

Text Example


Text Example

White with #D034EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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