Html Css Color HEX #D431EE Medium Orchid

📋 copy color: '#D431EE'

red 212 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #D431EE

Tints of Medium Orchid #D431EE

RGB

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

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

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

R = 42.48%
G = 9.82%
B = 47.7%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D431EE (or 0xD431EE) is known color: Medium Orchid. HEX triplet: D4, 31 and EE. RGB value is (212,49,238). Sum of RGB (Red+Green+Blue) = 212+49+238=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #D431EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431EE is #2BCE11. Grayscale: #767676. Windows color (decimal): -2870802 or 15610324. OLE color: 15610324.

HSL color Cylindrical-coordinate representation of color #D431EE: hue angle of 291.75º degrees, saturation: 0.85, 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 #D431EE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 49 238 -
CMYK 0.11 0.79 0 0.07
HSL 291.75º 0.85% 0.56% -
HSV(B) 291.75º 0.79% 0.93% -
XYZ 43.68 22.37 82.9 -
YUV 119.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 212 49 238 0.11 0.79 0 0.07 291.75 0.85 0.56
Hex D4 31 EE B 4F 0 7 124 55 38
Octal 324 61 356 13 117 0 7 444 125 70
Binary 11010100 110001 11101110 1011 1001111 0 111 100100100 1010101 111000

Color Harmonies of #D431EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431EE

Black with #D431EE

Text Example


Text Example

White with #D431EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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