Html Css Color HEX #D231E0 Medium Orchid

📋 copy color: '#D231E0'

red 210 ◦ green 49 ◦ blue 224

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

Shades of Medium Orchid #D231E0

Tints of Medium Orchid #D231E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 43.48%
G = 10.14%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D231E0 (or 0xD231E0) is known color: Medium Orchid. HEX triplet: D2, 31 and E0. RGB value is (210,49,224). Sum of RGB (Red+Green+Blue) = 210+49+224=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #D231E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231E0 is #2DCE1F. Grayscale: #747474. Windows color (decimal): -3001888 or 14692818. OLE color: 14692818.

HSL color Cylindrical-coordinate representation of color #D231E0: hue angle of 295.2º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D231E0 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 49 224 -
CMYK 0.06 0.78 0 0.12
HSL 295.2º 0.74% 0.54% -
HSV(B) 295.2º 0.78% 0.88% -
XYZ 41.13 21.28 72.46 -
YUV 117.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 210 49 224 0.06 0.78 0 0.12 295.2 0.74 0.54
Hex D2 31 E0 6 4E 0 C 127 4A 36
Octal 322 61 340 6 116 0 14 447 112 66
Binary 11010010 110001 11100000 110 1001110 0 1100 100100111 1001010 110110

Color Harmonies of #D231E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231E0

Black with #D231E0

Text Example


Text Example

White with #D231E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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