Html Css Color HEX #D249ED Medium Orchid

📋 copy color: '#D249ED'

red 210 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #D249ED

Tints of Medium Orchid #D249ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 40.38%
G = 14.04%
B = 45.58%

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

#D249ED (or 0xD249ED) is known color: Medium Orchid. HEX triplet: D2, 49 and ED. RGB value is (210,73,237). Sum of RGB (Red+Green+Blue) = 210+73+237=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #D249ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249ED is #2DB612. Grayscale: #848484. Windows color (decimal): -2995731 or 15550930. OLE color: 15550930.

HSL color Cylindrical-coordinate representation of color #D249ED: hue angle of 290.12º degrees, saturation: 0.82, 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 #D249ED is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 73 237 -
CMYK 0.11 0.69 0 0.07
HSL 290.12º 0.82% 0.61% -
HSV(B) 290.12º 0.69% 0.93% -
XYZ 44.25 24.58 82.53 -
YUV 132.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 210 73 237 0.11 0.69 0 0.07 290.12 0.82 0.61
Hex D2 49 ED B 45 0 7 122 52 3D
Octal 322 111 355 13 105 0 7 442 122 75
Binary 11010010 1001001 11101101 1011 1000101 0 111 100100010 1010010 111101

Color Harmonies of #D249ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249ED

Black with #D249ED

Text Example


Text Example

White with #D249ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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