Html Css Color HEX #D146EE Medium Orchid

📋 copy color: '#D146EE'

red 209 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #D146EE

Tints of Medium Orchid #D146EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.54%

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 40.43%
G = 13.54%
B = 46.03%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D146EE (or 0xD146EE) is known color: Medium Orchid. HEX triplet: D1, 46 and EE. RGB value is (209,70,238). Sum of RGB (Red+Green+Blue) = 209+70+238=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D146EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D146EE is #2EB911. Grayscale: #828282. Windows color (decimal): -3062034 or 15615697. OLE color: 15615697.

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

Color convert

RGB 209 70 238 -
CMYK 0.12 0.71 0 0.07
HSL 289.64º 0.83% 0.6% -
HSV(B) 289.64º 0.71% 0.93% -
XYZ 43.92 24.11 83.23 -
YUV 130.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 209 70 238 0.12 0.71 0 0.07 289.64 0.83 0.6
Hex D1 46 EE C 47 0 7 122 53 3C
Octal 321 106 356 14 107 0 7 442 123 74
Binary 11010001 1000110 11101110 1100 1000111 0 111 100100010 1010011 111100

Color Harmonies of #D146EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146EE

Black with #D146EE

Text Example


Text Example

White with #D146EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146EE; }

 p { color: rgb(209,70,238); }

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

background-color css

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

 a { background-color: rgb(209,70,238); }

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

border-color css

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

 span { border-color: rgb(209,70,238); }

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