Html Css Color HEX #D247F8 Medium Orchid

📋 copy color: '#D247F8'

red 210 ◦ green 71 ◦ blue 248

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

Shades of Medium Orchid #D247F8

Tints of Medium Orchid #D247F8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.42%

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 39.7%
G = 13.42%
B = 46.88%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D247F8 (or 0xD247F8) is known color: Medium Orchid. HEX triplet: D2, 47 and F8. RGB value is (210,71,248). Sum of RGB (Red+Green+Blue) = 210+71+248=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #D247F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247F8 is #2DB807. Grayscale: #848484. Windows color (decimal): -2996232 or 16271314. OLE color: 16271314.

HSL color Cylindrical-coordinate representation of color #D247F8: hue angle of 287.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D247F8 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 71 248 -
CMYK 0.15 0.71 0 0.03
HSL 287.12º 0.93% 0.63% -
HSV(B) 287.12º 0.71% 0.97% -
XYZ 45.77 24.99 91.22 -
YUV 132.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 210 71 248 0.15 0.71 0 0.03 287.12 0.93 0.63
Hex D2 47 F8 F 47 0 3 11F 5D 3F
Octal 322 107 370 17 107 0 3 437 135 77
Binary 11010010 1000111 11111000 1111 1000111 0 11 100011111 1011101 111111

Color Harmonies of #D247F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247F8

Black with #D247F8

Text Example


Text Example

White with #D247F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247F8; }

 p { color: rgb(210,71,248); }

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

background-color css

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

 a { background-color: rgb(210,71,248); }

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

border-color css

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

 span { border-color: rgb(210,71,248); }

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