Html Css Color HEX #D247EE Medium Orchid

📋 copy color: '#D247EE'

red 210 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #D247EE

Tints of Medium Orchid #D247EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 40.46%
G = 13.68%
B = 45.86%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D247EE (or 0xD247EE) is known color: Medium Orchid. HEX triplet: D2, 47 and EE. RGB value is (210,71,238). Sum of RGB (Red+Green+Blue) = 210+71+238=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #D247EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247EE is #2DB811. Grayscale: #838383. Windows color (decimal): -2996242 or 15615954. OLE color: 15615954.

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

Color convert

RGB 210 71 238 -
CMYK 0.12 0.70 0 0.07
HSL 289.94º 0.83% 0.61% -
HSV(B) 289.94º 0.7% 0.93% -
XYZ 44.26 24.38 83.26 -
YUV 131.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 210 71 238 0.12 0.70 0 0.07 289.94 0.83 0.61
Hex D2 47 EE C 46 0 7 122 53 3D
Octal 322 107 356 14 106 0 7 442 123 75
Binary 11010010 1000111 11101110 1100 1000110 0 111 100100010 1010011 111101

Color Harmonies of #D247EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247EE

Black with #D247EE

Text Example


Text Example

White with #D247EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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