Html Css Color HEX #D14AE1 Medium Orchid

📋 copy color: '#D14AE1'

red 209 ◦ green 74 ◦ blue 225

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

Shades of Medium Orchid #D14AE1

Tints of Medium Orchid #D14AE1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.57%

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

R = 41.14%
G = 14.57%
B = 44.29%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D14AE1 (or 0xD14AE1) is known color: Medium Orchid. HEX triplet: D1, 4A and E1. RGB value is (209,74,225). Sum of RGB (Red+Green+Blue) = 209+74+225=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #D14AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AE1 is #2EB51E. Grayscale: #838383. Windows color (decimal): -3061023 or 14764753. OLE color: 14764753.

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

Color convert

RGB 209 74 225 -
CMYK 0.07 0.67 0 0.12
HSL 293.64º 0.72% 0.59% -
HSV(B) 293.64º 0.67% 0.88% -
XYZ 42.33 23.89 73.61 -
YUV 131.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 209 74 225 0.07 0.67 0 0.12 293.64 0.72 0.59
Hex D1 4A E1 7 43 0 C 126 48 3B
Octal 321 112 341 7 103 0 14 446 110 73
Binary 11010001 1001010 11100001 111 1000011 0 1100 100100110 1001000 111011

Color Harmonies of #D14AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AE1

Black with #D14AE1

Text Example


Text Example

White with #D14AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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