Html Css Color HEX #D150EF Medium Orchid

📋 copy color: '#D150EF'

red 209 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #D150EF

Tints of Medium Orchid #D150EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 39.58%
G = 15.15%
B = 45.27%

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

#D150EF (or 0xD150EF) is known color: Medium Orchid. HEX triplet: D1, 50 and EF. RGB value is (209,80,239). Sum of RGB (Red+Green+Blue) = 209+80+239=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #D150EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150EF is #2EAF10. Grayscale: #888888. Windows color (decimal): -3059473 or 15683793. OLE color: 15683793.

HSL color Cylindrical-coordinate representation of color #D150EF: hue angle of 288.68º degrees, saturation: 0.83, 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 #D150EF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 80 239 -
CMYK 0.13 0.67 0 0.06
HSL 288.68º 0.83% 0.63% -
HSV(B) 288.68º 0.67% 0.94% -
XYZ 44.74 25.52 84.23 -
YUV 136.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 209 80 239 0.13 0.67 0 0.06 288.68 0.83 0.63
Hex D1 50 EF D 43 0 6 121 53 3F
Octal 321 120 357 15 103 0 6 441 123 77
Binary 11010001 1010000 11101111 1101 1000011 0 110 100100001 1010011 111111

Color Harmonies of #D150EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150EF

Black with #D150EF

Text Example


Text Example

White with #D150EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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