Html Css Color HEX #D034EC Medium Orchid

📋 copy color: '#D034EC'

red 208 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #D034EC

Tints of Medium Orchid #D034EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 41.94%
G = 10.48%
B = 47.58%

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

#D034EC (or 0xD034EC) is known color: Medium Orchid. HEX triplet: D0, 34 and EC. RGB value is (208,52,236). Sum of RGB (Red+Green+Blue) = 208+52+236=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #D034EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034EC is #2FCB13. Grayscale: #777777. Windows color (decimal): -3132180 or 15480016. OLE color: 15480016.

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

Color convert

RGB 208 52 236 -
CMYK 0.12 0.78 0 0.07
HSL 290.87º 0.83% 0.56% -
HSV(B) 290.87º 0.78% 0.93% -
XYZ 42.38 21.92 81.35 -
YUV 119.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 208 52 236 0.12 0.78 0 0.07 290.87 0.83 0.56
Hex D0 34 EC C 4E 0 7 123 53 38
Octal 320 64 354 14 116 0 7 443 123 70
Binary 11010000 110100 11101100 1100 1001110 0 111 100100011 1010011 111000

Color Harmonies of #D034EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034EC

Black with #D034EC

Text Example


Text Example

White with #D034EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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