Html Css Color HEX #D231E5 Medium Orchid

📋 copy color: '#D231E5'

red 210 ◦ green 49 ◦ blue 229

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

Shades of Medium Orchid #D231E5

Tints of Medium Orchid #D231E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 43.03%
G = 10.04%
B = 46.93%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D231E5 (or 0xD231E5) is known color: Medium Orchid. HEX triplet: D2, 31 and E5. RGB value is (210,49,229). Sum of RGB (Red+Green+Blue) = 210+49+229=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #D231E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231E5 is #2DCE1A. Grayscale: #757575. Windows color (decimal): -3001883 or 15020498. OLE color: 15020498.

HSL color Cylindrical-coordinate representation of color #D231E5: hue angle of 293.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231E5 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 49 229 -
CMYK 0.08 0.79 0 0.10
HSL 293.67º 0.78% 0.55% -
HSV(B) 293.67º 0.79% 0.9% -
XYZ 41.82 21.56 76.09 -
YUV 117.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 210 49 229 0.08 0.79 0 0.10 293.67 0.78 0.55
Hex D2 31 E5 8 4F 0 A 126 4E 37
Octal 322 61 345 10 117 0 12 446 116 67
Binary 11010010 110001 11100101 1000 1001111 0 1010 100100110 1001110 110111

Color Harmonies of #D231E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231E5

Black with #D231E5

Text Example


Text Example

White with #D231E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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