Html Css Color HEX #D150F0 Medium Orchid

📋 copy color: '#D150F0'

red 209 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #D150F0

Tints of Medium Orchid #D150F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 39.51%
G = 15.12%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D150F0 (or 0xD150F0) is known color: Medium Orchid. HEX triplet: D1, 50 and F0. RGB value is (209,80,240). Sum of RGB (Red+Green+Blue) = 209+80+240=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D150F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150F0 is #2EAF0F. Grayscale: #888888. Windows color (decimal): -3059472 or 15749329. OLE color: 15749329.

HSL color Cylindrical-coordinate representation of color #D150F0: hue angle of 288.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D150F0 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 80 240 -
CMYK 0.13 0.67 0 0.06
HSL 288.38º 0.84% 0.63% -
HSV(B) 288.38º 0.67% 0.94% -
XYZ 44.89 25.58 85.01 -
YUV 136.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 209 80 240 0.13 0.67 0 0.06 288.38 0.84 0.63
Hex D1 50 F0 D 43 0 6 120 54 3F
Octal 321 120 360 15 103 0 6 440 124 77
Binary 11010001 1010000 11110000 1101 1000011 0 110 100100000 1010100 111111

Color Harmonies of #D150F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150F0

Black with #D150F0

Text Example


Text Example

White with #D150F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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