Html Css Color HEX #D150E4 Medium Orchid

📋 copy color: '#D150E4'

red 209 ◦ green 80 ◦ blue 228

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

Shades of Medium Orchid #D150E4

Tints of Medium Orchid #D150E4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 40.43%
G = 15.47%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D150E4 (or 0xD150E4) is known color: Medium Orchid. HEX triplet: D1, 50 and E4. RGB value is (209,80,228). Sum of RGB (Red+Green+Blue) = 209+80+228=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #D150E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150E4 is #2EAF1B. Grayscale: #868686. Windows color (decimal): -3059484 or 14962897. OLE color: 14962897.

HSL color Cylindrical-coordinate representation of color #D150E4: hue angle of 292.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D150E4 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 80 228 -
CMYK 0.08 0.65 0 0.11
HSL 292.3º 0.73% 0.6% -
HSV(B) 292.3º 0.65% 0.89% -
XYZ 43.17 24.89 75.93 -
YUV 135.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 209 80 228 0.08 0.65 0 0.11 292.3 0.73 0.6
Hex D1 50 E4 8 41 0 B 124 49 3C
Octal 321 120 344 10 101 0 13 444 111 74
Binary 11010001 1010000 11100100 1000 1000001 0 1011 100100100 1001001 111100

Color Harmonies of #D150E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150E4

Black with #D150E4

Text Example


Text Example

White with #D150E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150E4; }

 p { color: rgb(209,80,228); }

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

background-color css

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

 a { background-color: rgb(209,80,228); }

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

border-color css

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

 span { border-color: rgb(209,80,228); }

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