Html Css Color HEX #D231EF Medium Orchid

📋 copy color: '#D231EF'

red 210 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #D231EF

Tints of Medium Orchid #D231EF

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

 GREEN value IS 49 (19.53% from 255) = 9.84%

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

R = 42.17%
G = 9.84%
B = 47.99%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D231EF (or 0xD231EF) is known color: Medium Orchid. HEX triplet: D2, 31 and EF. RGB value is (210,49,239). Sum of RGB (Red+Green+Blue) = 210+49+239=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D231EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231EF is #2DCE10. Grayscale: #767676. Windows color (decimal): -3001873 or 15675858. OLE color: 15675858.

HSL color Cylindrical-coordinate representation of color #D231EF: hue angle of 290.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231EF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 49 239 -
CMYK 0.12 0.79 0 0.06
HSL 290.84º 0.86% 0.56% -
HSV(B) 290.84º 0.79% 0.94% -
XYZ 43.26 22.13 83.65 -
YUV 118.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 210 49 239 0.12 0.79 0 0.06 290.84 0.86 0.56
Hex D2 31 EF C 4F 0 6 123 56 38
Octal 322 61 357 14 117 0 6 443 126 70
Binary 11010010 110001 11101111 1100 1001111 0 110 100100011 1010110 111000

Color Harmonies of #D231EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231EF

Black with #D231EF

Text Example


Text Example

White with #D231EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231EF; }

 p { color: rgb(210,49,239); }

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

background-color css

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

 a { background-color: rgb(210,49,239); }

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

border-color css

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

 span { border-color: rgb(210,49,239); }

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