Html Css Color HEX #D146EA Medium Orchid

📋 copy color: '#D146EA'

red 209 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #D146EA

Tints of Medium Orchid #D146EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 40.74%
G = 13.65%
B = 45.61%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D146EA (or 0xD146EA) is known color: Medium Orchid. HEX triplet: D1, 46 and EA. RGB value is (209,70,234). Sum of RGB (Red+Green+Blue) = 209+70+234=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #D146EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D146EA is #2EB915. Grayscale: #818181. Windows color (decimal): -3062038 or 15353553. OLE color: 15353553.

HSL color Cylindrical-coordinate representation of color #D146EA: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D146EA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 70 234 -
CMYK 0.11 0.70 0 0.08
HSL 290.85º 0.8% 0.6% -
HSV(B) 290.85º 0.7% 0.92% -
XYZ 43.34 23.88 80.17 -
YUV 130.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 209 70 234 0.11 0.70 0 0.08 290.85 0.8 0.6
Hex D1 46 EA B 46 0 8 123 50 3C
Octal 321 106 352 13 106 0 10 443 120 74
Binary 11010001 1000110 11101010 1011 1000110 0 1000 100100011 1010000 111100

Color Harmonies of #D146EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146EA

Black with #D146EA

Text Example


Text Example

White with #D146EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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