Html Css Color HEX #D130EE Medium Orchid

📋 copy color: '#D130EE'

red 209 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #D130EE

Tints of Medium Orchid #D130EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 42.22%
G = 9.7%
B = 48.08%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D130EE (or 0xD130EE) is known color: Medium Orchid. HEX triplet: D1, 30 and EE. RGB value is (209,48,238). Sum of RGB (Red+Green+Blue) = 209+48+238=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #D130EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130EE is #2ECF11. Grayscale: #757575. Windows color (decimal): -3067666 or 15610065. OLE color: 15610065.

HSL color Cylindrical-coordinate representation of color #D130EE: hue angle of 290.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D130EE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 48 238 -
CMYK 0.12 0.80 0 0.07
HSL 290.84º 0.85% 0.56% -
HSV(B) 290.84º 0.8% 0.93% -
XYZ 42.78 21.84 82.85 -
YUV 117.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 209 48 238 0.12 0.80 0 0.07 290.84 0.85 0.56
Hex D1 30 EE C 50 0 7 123 55 38
Octal 321 60 356 14 120 0 7 443 125 70
Binary 11010001 110000 11101110 1100 1010000 0 111 100100011 1010101 111000

Color Harmonies of #D130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130EE

Black with #D130EE

Text Example


Text Example

White with #D130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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