Html Css Color HEX #D030DF Medium Orchid

📋 copy color: '#D030DF'

red 208 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #D030DF

Tints of Medium Orchid #D030DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 43.42%
G = 10.02%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D030DF (or 0xD030DF) is known color: Medium Orchid. HEX triplet: D0, 30 and DF. RGB value is (208,48,223). Sum of RGB (Red+Green+Blue) = 208+48+223=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D030DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030DF is #2FCF20. Grayscale: #737373. Windows color (decimal): -3133217 or 14627024. OLE color: 14627024.

HSL color Cylindrical-coordinate representation of color #D030DF: hue angle of 294.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D030DF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 48 223 -
CMYK 0.07 0.78 0 0.13
HSL 294.86º 0.73% 0.53% -
HSV(B) 294.86º 0.78% 0.87% -
XYZ 40.39 20.85 71.71 -
YUV 115.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 208 48 223 0.07 0.78 0 0.13 294.86 0.73 0.53
Hex D0 30 DF 7 4E 0 D 127 49 35
Octal 320 60 337 7 116 0 15 447 111 65
Binary 11010000 110000 11011111 111 1001110 0 1101 100100111 1001001 110101

Color Harmonies of #D030DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030DF

Black with #D030DF

Text Example


Text Example

White with #D030DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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