Html Css Color HEX #D150EC Medium Orchid

📋 copy color: '#D150EC'

red 209 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #D150EC

Tints of Medium Orchid #D150EC

RGB

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

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

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

R = 39.81%
G = 15.24%
B = 44.95%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D150EC (or 0xD150EC) is known color: Medium Orchid. HEX triplet: D1, 50 and EC. RGB value is (209,80,236). Sum of RGB (Red+Green+Blue) = 209+80+236=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #D150EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150EC is #2EAF13. Grayscale: #878787. Windows color (decimal): -3059476 or 15487185. OLE color: 15487185.

HSL color Cylindrical-coordinate representation of color #D150EC: hue angle of 289.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D150EC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 80 236 -
CMYK 0.11 0.66 0 0.07
HSL 289.62º 0.8% 0.62% -
HSV(B) 289.62º 0.66% 0.93% -
XYZ 44.3 25.35 81.91 -
YUV 136.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 209 80 236 0.11 0.66 0 0.07 289.62 0.8 0.62
Hex D1 50 EC B 42 0 7 122 50 3E
Octal 321 120 354 13 102 0 7 442 120 76
Binary 11010001 1010000 11101100 1011 1000010 0 111 100100010 1010000 111110

Color Harmonies of #D150EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150EC

Black with #D150EC

Text Example


Text Example

White with #D150EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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