Html Css Color HEX #D034E1 Medium Orchid

📋 copy color: '#D034E1'

red 208 ◦ green 52 ◦ blue 225

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

Shades of Medium Orchid #D034E1

Tints of Medium Orchid #D034E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 42.89%
G = 10.72%
B = 46.39%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D034E1 (or 0xD034E1) is known color: Medium Orchid. HEX triplet: D0, 34 and E1. RGB value is (208,52,225). Sum of RGB (Red+Green+Blue) = 208+52+225=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #D034E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034E1 is #2FCB1E. Grayscale: #757575. Windows color (decimal): -3132191 or 14759120. OLE color: 14759120.

HSL color Cylindrical-coordinate representation of color #D034E1: hue angle of 294.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D034E1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 52 225 -
CMYK 0.08 0.77 0 0.12
HSL 294.1º 0.74% 0.54% -
HSV(B) 294.1º 0.77% 0.88% -
XYZ 40.83 21.3 73.19 -
YUV 118.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 208 52 225 0.08 0.77 0 0.12 294.1 0.74 0.54
Hex D0 34 E1 8 4D 0 C 126 4A 36
Octal 320 64 341 10 115 0 14 446 112 66
Binary 11010000 110100 11100001 1000 1001101 0 1100 100100110 1001010 110110

Color Harmonies of #D034E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034E1

Black with #D034E1

Text Example


Text Example

White with #D034E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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