Html Css Color HEX #D034E0 Medium Orchid

📋 copy color: '#D034E0'

red 208 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #D034E0

Tints of Medium Orchid #D034E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 42.98%
G = 10.74%
B = 46.28%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D034E0 (or 0xD034E0) is known color: Medium Orchid. HEX triplet: D0, 34 and E0. RGB value is (208,52,224). Sum of RGB (Red+Green+Blue) = 208+52+224=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #D034E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034E0 is #2FCB1F. Grayscale: #757575. Windows color (decimal): -3132192 or 14693584. OLE color: 14693584.

HSL color Cylindrical-coordinate representation of color #D034E0: hue angle of 294.42º 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 #D034E0 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 52 224 -
CMYK 0.07 0.77 0 0.12
HSL 294.42º 0.74% 0.54% -
HSV(B) 294.42º 0.77% 0.88% -
XYZ 40.69 21.25 72.48 -
YUV 118.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 208 52 224 0.07 0.77 0 0.12 294.42 0.74 0.54
Hex D0 34 E0 7 4D 0 C 126 4A 36
Octal 320 64 340 7 115 0 14 446 112 66
Binary 11010000 110100 11100000 111 1001101 0 1100 100100110 1001010 110110

Color Harmonies of #D034E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034E0

Black with #D034E0

Text Example


Text Example

White with #D034E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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