Html Css Color HEX #D249F2 Medium Orchid

📋 copy color: '#D249F2'

red 210 ◦ green 73 ◦ blue 242

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

Shades of Medium Orchid #D249F2

Tints of Medium Orchid #D249F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 40%
G = 13.9%
B = 46.1%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D249F2 (or 0xD249F2) is known color: Medium Orchid. HEX triplet: D2, 49 and F2. RGB value is (210,73,242). Sum of RGB (Red+Green+Blue) = 210+73+242=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #D249F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249F2 is #2DB60D. Grayscale: #848484. Windows color (decimal): -2995726 or 15878610. OLE color: 15878610.

HSL color Cylindrical-coordinate representation of color #D249F2: hue angle of 288.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D249F2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 73 242 -
CMYK 0.13 0.70 0 0.05
HSL 288.64º 0.87% 0.62% -
HSV(B) 288.64º 0.7% 0.95% -
XYZ 44.99 24.88 86.44 -
YUV 133.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 210 73 242 0.13 0.70 0 0.05 288.64 0.87 0.62
Hex D2 49 F2 D 46 0 5 121 57 3E
Octal 322 111 362 15 106 0 5 441 127 76
Binary 11010010 1001001 11110010 1101 1000110 0 101 100100001 1010111 111110

Color Harmonies of #D249F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249F2

Black with #D249F2

Text Example


Text Example

White with #D249F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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