Html Css Color HEX #D247EB Medium Orchid

📋 copy color: '#D247EB'

red 210 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #D247EB

Tints of Medium Orchid #D247EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 40.7%
G = 13.76%
B = 45.54%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D247EB (or 0xD247EB) is known color: Medium Orchid. HEX triplet: D2, 47 and EB. RGB value is (210,71,235). Sum of RGB (Red+Green+Blue) = 210+71+235=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #D247EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247EB is #2DB814. Grayscale: #828282. Windows color (decimal): -2996245 or 15419346. OLE color: 15419346.

HSL color Cylindrical-coordinate representation of color #D247EB: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D247EB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 71 235 -
CMYK 0.11 0.70 0 0.08
HSL 290.85º 0.8% 0.6% -
HSV(B) 290.85º 0.7% 0.92% -
XYZ 43.83 24.21 80.96 -
YUV 131.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 210 71 235 0.11 0.70 0 0.08 290.85 0.8 0.6
Hex D2 47 EB B 46 0 8 123 50 3C
Octal 322 107 353 13 106 0 10 443 120 74
Binary 11010010 1000111 11101011 1011 1000110 0 1000 100100011 1010000 111100

Color Harmonies of #D247EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D247EB

Black with #D247EB

Text Example


Text Example

White with #D247EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D247EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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