Html Css Color HEX #D130E0 Medium Orchid

📋 copy color: '#D130E0'

red 209 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #D130E0

Tints of Medium Orchid #D130E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 43.45%
G = 9.98%
B = 46.57%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D130E0 (or 0xD130E0) is known color: Medium Orchid. HEX triplet: D1, 30 and E0. RGB value is (209,48,224). Sum of RGB (Red+Green+Blue) = 209+48+224=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #D130E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130E0 is #2ECF1F. Grayscale: #737373. Windows color (decimal): -3067680 or 14692561. OLE color: 14692561.

HSL color Cylindrical-coordinate representation of color #D130E0: hue angle of 294.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D130E0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 48 224 -
CMYK 0.07 0.79 0 0.12
HSL 294.89º 0.74% 0.53% -
HSV(B) 294.89º 0.79% 0.88% -
XYZ 40.81 21.05 72.43 -
YUV 116.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 209 48 224 0.07 0.79 0 0.12 294.89 0.74 0.53
Hex D1 30 E0 7 4F 0 C 127 4A 35
Octal 321 60 340 7 117 0 14 447 112 65
Binary 11010001 110000 11100000 111 1001111 0 1100 100100111 1001010 110101

Color Harmonies of #D130E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130E0

Black with #D130E0

Text Example


Text Example

White with #D130E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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