Html Css Color HEX #D431EC Medium Orchid

📋 copy color: '#D431EC'

red 212 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #D431EC

Tints of Medium Orchid #D431EC

RGB

 RED value IS 212 (83.2% from 255) = 42.66%

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 42.66%
G = 9.86%
B = 47.48%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D431EC (or 0xD431EC) is known color: Medium Orchid. HEX triplet: D4, 31 and EC. RGB value is (212,49,236). Sum of RGB (Red+Green+Blue) = 212+49+236=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D431EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431EC is #2BCE13. Grayscale: #767676. Windows color (decimal): -2870804 or 15479252. OLE color: 15479252.

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

Color convert

RGB 212 49 236 -
CMYK 0.10 0.79 0 0.07
HSL 292.3º 0.83% 0.56% -
HSV(B) 292.3º 0.79% 0.93% -
XYZ 43.39 22.25 81.36 -
YUV 119.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 212 49 236 0.10 0.79 0 0.07 292.3 0.83 0.56
Hex D4 31 EC A 4F 0 7 124 53 38
Octal 324 61 354 12 117 0 7 444 123 70
Binary 11010100 110001 11101100 1010 1001111 0 111 100100100 1010011 111000

Color Harmonies of #D431EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431EC

Black with #D431EC

Text Example


Text Example

White with #D431EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431EC; }

 p { color: rgb(212,49,236); }

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

background-color css

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

 a { background-color: rgb(212,49,236); }

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

border-color css

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

 span { border-color: rgb(212,49,236); }

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