Html Css Color HEX #D130EF Medium Orchid

📋 copy color: '#D130EF'

red 209 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #D130EF

Tints of Medium Orchid #D130EF

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 42.14%
G = 9.68%
B = 48.19%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D130EF (or 0xD130EF) is known color: Medium Orchid. HEX triplet: D1, 30 and EF. RGB value is (209,48,239). Sum of RGB (Red+Green+Blue) = 209+48+239=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D130EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130EF is #2ECF10. Grayscale: #757575. Windows color (decimal): -3067665 or 15675601. OLE color: 15675601.

HSL color Cylindrical-coordinate representation of color #D130EF: hue angle of 290.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D130EF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 48 239 -
CMYK 0.13 0.80 0 0.06
HSL 290.58º 0.86% 0.56% -
HSV(B) 290.58º 0.8% 0.94% -
XYZ 42.93 21.9 83.63 -
YUV 117.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 209 48 239 0.13 0.80 0 0.06 290.58 0.86 0.56
Hex D1 30 EF D 50 0 6 123 56 38
Octal 321 60 357 15 120 0 6 443 126 70
Binary 11010001 110000 11101111 1101 1010000 0 110 100100011 1010110 111000

Color Harmonies of #D130EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130EF

Black with #D130EF

Text Example


Text Example

White with #D130EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130EF; }

 p { color: rgb(209,48,239); }

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

background-color css

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

 a { background-color: rgb(209,48,239); }

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

border-color css

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

 span { border-color: rgb(209,48,239); }

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