Html Css Color HEX #D148EC Medium Orchid

📋 copy color: '#D148EC'

red 209 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #D148EC

Tints of Medium Orchid #D148EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.93%

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

R = 40.43%
G = 13.93%
B = 45.65%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D148EC (or 0xD148EC) is known color: Medium Orchid. HEX triplet: D1, 48 and EC. RGB value is (209,72,236). Sum of RGB (Red+Green+Blue) = 209+72+236=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #D148EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148EC is #2EB713. Grayscale: #838383. Windows color (decimal): -3061524 or 15485137. OLE color: 15485137.

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

Color convert

RGB 209 72 236 -
CMYK 0.11 0.69 0 0.07
HSL 290.12º 0.81% 0.6% -
HSV(B) 290.12º 0.69% 0.93% -
XYZ 43.75 24.25 81.73 -
YUV 131.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 209 72 236 0.11 0.69 0 0.07 290.12 0.81 0.6
Hex D1 48 EC B 45 0 7 122 51 3C
Octal 321 110 354 13 105 0 7 442 121 74
Binary 11010001 1001000 11101100 1011 1000101 0 111 100100010 1010001 111100

Color Harmonies of #D148EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148EC

Black with #D148EC

Text Example


Text Example

White with #D148EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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