Html Css Color HEX #D149ED Medium Orchid

📋 copy color: '#D149ED'

red 209 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #D149ED

Tints of Medium Orchid #D149ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 40.27%
G = 14.07%
B = 45.66%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D149ED (or 0xD149ED) is known color: Medium Orchid. HEX triplet: D1, 49 and ED. RGB value is (209,73,237). Sum of RGB (Red+Green+Blue) = 209+73+237=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D149ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149ED is #2EB612. Grayscale: #838383. Windows color (decimal): -3061267 or 15550929. OLE color: 15550929.

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

Color convert

RGB 209 73 237 -
CMYK 0.12 0.69 0 0.07
HSL 289.76º 0.82% 0.61% -
HSV(B) 289.76º 0.69% 0.93% -
XYZ 43.96 24.43 82.52 -
YUV 132.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 209 73 237 0.12 0.69 0 0.07 289.76 0.82 0.61
Hex D1 49 ED C 45 0 7 122 52 3D
Octal 321 111 355 14 105 0 7 442 122 75
Binary 11010001 1001001 11101101 1100 1000101 0 111 100100010 1010010 111101

Color Harmonies of #D149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149ED

Black with #D149ED

Text Example


Text Example

White with #D149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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