Html Css Color HEX #D249EC Medium Orchid

📋 copy color: '#D249EC'

red 210 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #D249EC

Tints of Medium Orchid #D249EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 40.46%
G = 14.07%
B = 45.47%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D249EC (or 0xD249EC) is known color: Medium Orchid. HEX triplet: D2, 49 and EC. RGB value is (210,73,236). Sum of RGB (Red+Green+Blue) = 210+73+236=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #D249EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249EC is #2DB613. Grayscale: #848484. Windows color (decimal): -2995732 or 15485394. OLE color: 15485394.

HSL color Cylindrical-coordinate representation of color #D249EC: hue angle of 290.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D249EC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 73 236 -
CMYK 0.11 0.69 0 0.07
HSL 290.43º 0.81% 0.61% -
HSV(B) 290.43º 0.69% 0.93% -
XYZ 44.1 24.52 81.77 -
YUV 132.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 210 73 236 0.11 0.69 0 0.07 290.43 0.81 0.61
Hex D2 49 EC B 45 0 7 122 51 3D
Octal 322 111 354 13 105 0 7 442 121 75
Binary 11010010 1001001 11101100 1011 1000101 0 111 100100010 1010001 111101

Color Harmonies of #D249EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249EC

Black with #D249EC

Text Example


Text Example

White with #D249EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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