Html Css Color HEX #D14DEE Medium Orchid

📋 copy color: '#D14DEE'

red 209 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #D14DEE

Tints of Medium Orchid #D14DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.69%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 39.89%
G = 14.69%
B = 45.42%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14DEE (or 0xD14DEE) is known color: Medium Orchid. HEX triplet: D1, 4D and EE. RGB value is (209,77,238). Sum of RGB (Red+Green+Blue) = 209+77+238=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D14DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DEE is #2EB211. Grayscale: #868686. Windows color (decimal): -3060242 or 15617489. OLE color: 15617489.

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

Color convert

RGB 209 77 238 -
CMYK 0.12 0.68 0 0.07
HSL 289.19º 0.83% 0.62% -
HSV(B) 289.19º 0.68% 0.93% -
XYZ 44.38 25.04 83.38 -
YUV 134.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 209 77 238 0.12 0.68 0 0.07 289.19 0.83 0.62
Hex D1 4D EE C 44 0 7 121 53 3E
Octal 321 115 356 14 104 0 7 441 123 76
Binary 11010001 1001101 11101110 1100 1000100 0 111 100100001 1010011 111110

Color Harmonies of #D14DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DEE

Black with #D14DEE

Text Example


Text Example

White with #D14DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DEE; }

 p { color: rgb(209,77,238); }

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

background-color css

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

 a { background-color: rgb(209,77,238); }

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

border-color css

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

 span { border-color: rgb(209,77,238); }

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