Html Css Color HEX #D249F0 Medium Orchid

📋 copy color: '#D249F0'

red 210 ◦ green 73 ◦ blue 240

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

Shades of Medium Orchid #D249F0

Tints of Medium Orchid #D249F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 40.15%
G = 13.96%
B = 45.89%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D249F0 (or 0xD249F0) is known color: Medium Orchid. HEX triplet: D2, 49 and F0. RGB value is (210,73,240). Sum of RGB (Red+Green+Blue) = 210+73+240=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #D249F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249F0 is #2DB60F. Grayscale: #848484. Windows color (decimal): -2995728 or 15747538. OLE color: 15747538.

HSL color Cylindrical-coordinate representation of color #D249F0: hue angle of 289.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D249F0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 73 240 -
CMYK 0.12 0.70 0 0.06
HSL 289.22º 0.85% 0.61% -
HSV(B) 289.22º 0.7% 0.94% -
XYZ 44.69 24.76 84.86 -
YUV 133 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 210 73 240 0.12 0.70 0 0.06 289.22 0.85 0.61
Hex D2 49 F0 C 46 0 6 121 55 3D
Octal 322 111 360 14 106 0 6 441 125 75
Binary 11010010 1001001 11110000 1100 1000110 0 110 100100001 1010101 111101

Color Harmonies of #D249F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249F0

Black with #D249F0

Text Example


Text Example

White with #D249F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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