Html Css Color HEX #D130EB Medium Orchid

📋 copy color: '#D130EB'

red 209 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #D130EB

Tints of Medium Orchid #D130EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 42.48%
G = 9.76%
B = 47.76%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D130EB (or 0xD130EB) is known color: Medium Orchid. HEX triplet: D1, 30 and EB. RGB value is (209,48,235). Sum of RGB (Red+Green+Blue) = 209+48+235=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D130EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130EB is #2ECF14. Grayscale: #747474. Windows color (decimal): -3067669 or 15413457. OLE color: 15413457.

HSL color Cylindrical-coordinate representation of color #D130EB: hue angle of 291.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D130EB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 48 235 -
CMYK 0.11 0.80 0 0.08
HSL 291.66º 0.82% 0.55% -
HSV(B) 291.66º 0.8% 0.92% -
XYZ 42.35 21.67 80.55 -
YUV 117.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 209 48 235 0.11 0.80 0 0.08 291.66 0.82 0.55
Hex D1 30 EB B 50 0 8 124 52 37
Octal 321 60 353 13 120 0 10 444 122 67
Binary 11010001 110000 11101011 1011 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D130EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130EB

Black with #D130EB

Text Example


Text Example

White with #D130EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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