Html Css Color HEX #D149E6 Medium Orchid

📋 copy color: '#D149E6'

red 209 ◦ green 73 ◦ blue 230

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

Shades of Medium Orchid #D149E6

Tints of Medium Orchid #D149E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.26%

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 40.82%
G = 14.26%
B = 44.92%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D149E6 (or 0xD149E6) is known color: Medium Orchid. HEX triplet: D1, 49 and E6. RGB value is (209,73,230). Sum of RGB (Red+Green+Blue) = 209+73+230=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #D149E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149E6 is #2EB619. Grayscale: #838383. Windows color (decimal): -3061274 or 15092177. OLE color: 15092177.

HSL color Cylindrical-coordinate representation of color #D149E6: hue angle of 291.97º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D149E6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 73 230 -
CMYK 0.09 0.68 0 0.10
HSL 291.97º 0.76% 0.59% -
HSV(B) 291.97º 0.68% 0.9% -
XYZ 42.96 24.03 77.24 -
YUV 131.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 209 73 230 0.09 0.68 0 0.10 291.97 0.76 0.59
Hex D1 49 E6 9 44 0 A 124 4C 3B
Octal 321 111 346 11 104 0 12 444 114 73
Binary 11010001 1001001 11100110 1001 1000100 0 1010 100100100 1001100 111011

Color Harmonies of #D149E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149E6

Black with #D149E6

Text Example


Text Example

White with #D149E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149E6; }

 p { color: rgb(209,73,230); }

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

background-color css

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

 a { background-color: rgb(209,73,230); }

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

border-color css

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

 span { border-color: rgb(209,73,230); }

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