Html Css Color HEX #D130EC Medium Orchid

📋 copy color: '#D130EC'

red 209 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #D130EC

Tints of Medium Orchid #D130EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 42.39%
G = 9.74%
B = 47.87%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D130EC (or 0xD130EC) is known color: Medium Orchid. HEX triplet: D1, 30 and EC. RGB value is (209,48,236). Sum of RGB (Red+Green+Blue) = 209+48+236=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #D130EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130EC is #2ECF13. Grayscale: #747474. Windows color (decimal): -3067668 or 15478993. OLE color: 15478993.

HSL color Cylindrical-coordinate representation of color #D130EC: hue angle of 291.38º degrees, saturation: 0.83, 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 #D130EC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 48 236 -
CMYK 0.11 0.80 0 0.07
HSL 291.38º 0.83% 0.56% -
HSV(B) 291.38º 0.8% 0.93% -
XYZ 42.49 21.73 81.31 -
YUV 117.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 209 48 236 0.11 0.80 0 0.07 291.38 0.83 0.56
Hex D1 30 EC B 50 0 7 123 53 38
Octal 321 60 354 13 120 0 7 443 123 70
Binary 11010001 110000 11101100 1011 1010000 0 111 100100011 1010011 111000

Color Harmonies of #D130EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130EC

Black with #D130EC

Text Example


Text Example

White with #D130EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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