Html Css Color HEX #D249E7 Medium Orchid

📋 copy color: '#D249E7'

red 210 ◦ green 73 ◦ blue 231

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

Shades of Medium Orchid #D249E7

Tints of Medium Orchid #D249E7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.2%

 BLUE value IS 231 (90.63% from 255) = 44.94%

R = 40.86%
G = 14.2%
B = 44.94%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D249E7 (or 0xD249E7) is known color: Medium Orchid. HEX triplet: D2, 49 and E7. RGB value is (210,73,231). Sum of RGB (Red+Green+Blue) = 210+73+231=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #D249E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249E7 is #2DB618. Grayscale: #838383. Windows color (decimal): -2995737 or 15157714. OLE color: 15157714.

HSL color Cylindrical-coordinate representation of color #D249E7: hue angle of 292.03º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D249E7 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 73 231 -
CMYK 0.09 0.68 0 0.09
HSL 292.03º 0.77% 0.6% -
HSV(B) 292.03º 0.68% 0.91% -
XYZ 43.38 24.24 77.99 -
YUV 131.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 210 73 231 0.09 0.68 0 0.09 292.03 0.77 0.6
Hex D2 49 E7 9 44 0 9 124 4D 3C
Octal 322 111 347 11 104 0 11 444 115 74
Binary 11010010 1001001 11100111 1001 1000100 0 1001 100100100 1001101 111100

Color Harmonies of #D249E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249E7

Black with #D249E7

Text Example


Text Example

White with #D249E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249E7; }

 p { color: rgb(210,73,231); }

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

background-color css

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

 a { background-color: rgb(210,73,231); }

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

border-color css

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

 span { border-color: rgb(210,73,231); }

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