Html Css Color HEX #D145E1 Medium Orchid

📋 copy color: '#D145E1'

red 209 ◦ green 69 ◦ blue 225

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

Shades of Medium Orchid #D145E1

Tints of Medium Orchid #D145E1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.72%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 41.55%
G = 13.72%
B = 44.73%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D145E1 (or 0xD145E1) is known color: Medium Orchid. HEX triplet: D1, 45 and E1. RGB value is (209,69,225). Sum of RGB (Red+Green+Blue) = 209+69+225=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #D145E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145E1 is #2EBA1E. Grayscale: #808080. Windows color (decimal): -3062303 or 14763473. OLE color: 14763473.

HSL color Cylindrical-coordinate representation of color #D145E1: hue angle of 293.85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D145E1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 69 225 -
CMYK 0.07 0.69 0 0.12
HSL 293.85º 0.72% 0.58% -
HSV(B) 293.85º 0.69% 0.88% -
XYZ 42.01 23.25 73.51 -
YUV 128.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 209 69 225 0.07 0.69 0 0.12 293.85 0.72 0.58
Hex D1 45 E1 7 45 0 C 126 48 3A
Octal 321 105 341 7 105 0 14 446 110 72
Binary 11010001 1000101 11100001 111 1000101 0 1100 100100110 1001000 111010

Color Harmonies of #D145E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145E1

Black with #D145E1

Text Example


Text Example

White with #D145E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145E1; }

 p { color: rgb(209,69,225); }

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

background-color css

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

 a { background-color: rgb(209,69,225); }

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

border-color css

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

 span { border-color: rgb(209,69,225); }

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