Html Css Color HEX #D034DC Medium Orchid

📋 copy color: '#D034DC'

red 208 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #D034DC

Tints of Medium Orchid #D034DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 43.33%
G = 10.83%
B = 45.83%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D034DC (or 0xD034DC) is known color: Medium Orchid. HEX triplet: D0, 34 and DC. RGB value is (208,52,220). Sum of RGB (Red+Green+Blue) = 208+52+220=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D034DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034DC is #2FCB23. Grayscale: #757575. Windows color (decimal): -3132196 or 14431440. OLE color: 14431440.

HSL color Cylindrical-coordinate representation of color #D034DC: hue angle of 295.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D034DC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 52 220 -
CMYK 0.05 0.76 0 0.14
HSL 295.71º 0.71% 0.53% -
HSV(B) 295.71º 0.76% 0.86% -
XYZ 40.16 21.03 69.65 -
YUV 117.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 208 52 220 0.05 0.76 0 0.14 295.71 0.71 0.53
Hex D0 34 DC 5 4C 0 E 128 47 35
Octal 320 64 334 5 114 0 16 450 107 65
Binary 11010000 110100 11011100 101 1001100 0 1110 100101000 1000111 110101

Color Harmonies of #D034DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034DC

Black with #D034DC

Text Example


Text Example

White with #D034DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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