Html Css Color HEX #D14CEF Medium Orchid

📋 copy color: '#D14CEF'

red 209 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #D14CEF

Tints of Medium Orchid #D14CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.5%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 39.89%
G = 14.5%
B = 45.61%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D14CEF (or 0xD14CEF) is known color: Medium Orchid. HEX triplet: D1, 4C and EF. RGB value is (209,76,239). Sum of RGB (Red+Green+Blue) = 209+76+239=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #D14CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CEF is #2EB310. Grayscale: #858585. Windows color (decimal): -3060497 or 15682769. OLE color: 15682769.

HSL color Cylindrical-coordinate representation of color #D14CEF: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14CEF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 76 239 -
CMYK 0.13 0.68 0 0.06
HSL 288.96º 0.84% 0.62% -
HSV(B) 288.96º 0.68% 0.94% -
XYZ 44.46 24.96 84.14 -
YUV 134.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 209 76 239 0.13 0.68 0 0.06 288.96 0.84 0.62
Hex D1 4C EF D 44 0 6 121 54 3E
Octal 321 114 357 15 104 0 6 441 124 76
Binary 11010001 1001100 11101111 1101 1000100 0 110 100100001 1010100 111110

Color Harmonies of #D14CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CEF

Black with #D14CEF

Text Example


Text Example

White with #D14CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CEF; }

 p { color: rgb(209,76,239); }

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

background-color css

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

 a { background-color: rgb(209,76,239); }

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

border-color css

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

 span { border-color: rgb(209,76,239); }

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