Html Css Color HEX #D030DC Medium Orchid

📋 copy color: '#D030DC'

red 208 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #D030DC

Tints of Medium Orchid #D030DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.08%

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

R = 43.7%
G = 10.08%
B = 46.22%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D030DC (or 0xD030DC) is known color: Medium Orchid. HEX triplet: D0, 30 and DC. RGB value is (208,48,220). Sum of RGB (Red+Green+Blue) = 208+48+220=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D030DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030DC is #2FCF23. Grayscale: #727272. Windows color (decimal): -3133220 or 14430416. OLE color: 14430416.

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

Color convert

RGB 208 48 220 -
CMYK 0.05 0.78 0 0.14
HSL 295.81º 0.71% 0.53% -
HSV(B) 295.81º 0.78% 0.86% -
XYZ 39.99 20.69 69.6 -
YUV 115.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 208 48 220 0.05 0.78 0 0.14 295.81 0.71 0.53
Hex D0 30 DC 5 4E 0 E 128 47 35
Octal 320 60 334 5 116 0 16 450 107 65
Binary 11010000 110000 11011100 101 1001110 0 1110 100101000 1000111 110101

Color Harmonies of #D030DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030DC

Black with #D030DC

Text Example


Text Example

White with #D030DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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