Html Css Color HEX #D247EF Medium Orchid

📋 copy color: '#D247EF'

red 210 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #D247EF

Tints of Medium Orchid #D247EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 40.38%
G = 13.65%
B = 45.96%

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

#D247EF (or 0xD247EF) is known color: Medium Orchid. HEX triplet: D2, 47 and EF. RGB value is (210,71,239). Sum of RGB (Red+Green+Blue) = 210+71+239=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #D247EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247EF is #2DB810. Grayscale: #838383. Windows color (decimal): -2996241 or 15681490. OLE color: 15681490.

HSL color Cylindrical-coordinate representation of color #D247EF: hue angle of 289.64º degrees, saturation: 0.84, 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 #D247EF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 71 239 -
CMYK 0.12 0.70 0 0.06
HSL 289.64º 0.84% 0.61% -
HSV(B) 289.64º 0.7% 0.94% -
XYZ 44.41 24.44 84.04 -
YUV 131.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 210 71 239 0.12 0.70 0 0.06 289.64 0.84 0.61
Hex D2 47 EF C 46 0 6 122 54 3D
Octal 322 107 357 14 106 0 6 442 124 75
Binary 11010010 1000111 11101111 1100 1000110 0 110 100100010 1010100 111101

Color Harmonies of #D247EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247EF

Black with #D247EF

Text Example


Text Example

White with #D247EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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