Html Css Color HEX #D231DC Medium Orchid

📋 copy color: '#D231DC'

red 210 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #D231DC

Tints of Medium Orchid #D231DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 43.84%
G = 10.23%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D231DC (or 0xD231DC) is known color: Medium Orchid. HEX triplet: D2, 31 and DC. RGB value is (210,49,220). Sum of RGB (Red+Green+Blue) = 210+49+220=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D231DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231DC is #2DCE23. Grayscale: #747474. Windows color (decimal): -3001892 or 14430674. OLE color: 14430674.

HSL color Cylindrical-coordinate representation of color #D231DC: hue angle of 296.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D231DC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 49 220 -
CMYK 0.05 0.78 0 0.14
HSL 296.49º 0.71% 0.53% -
HSV(B) 296.49º 0.78% 0.86% -
XYZ 40.59 21.07 69.64 -
YUV 116.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 210 49 220 0.05 0.78 0 0.14 296.49 0.71 0.53
Hex D2 31 DC 5 4E 0 E 128 47 35
Octal 322 61 334 5 116 0 16 450 107 65
Binary 11010010 110001 11011100 101 1001110 0 1110 100101000 1000111 110101

Color Harmonies of #D231DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231DC

Black with #D231DC

Text Example


Text Example

White with #D231DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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