#D247EA

Color #D247EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D247EA

Tints of Medium Orchid #D247EA

Color information

#D247EA (or 0xD247EA) is unknown color: approx Medium Orchid. HEX triplet: D2, 47 and EA. RGB value is (210,71,234). Sum of RGB (Red+Green+Blue) = 210+71+234=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #D247EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247EA is #2DB815. Grayscale: #828282. Windows color (decimal): -2996246 or 15353810. OLE color: 15353810.

HSL color Cylindrical-coordinate representation of color #D247EA: hue angle of 291.17º 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 #D247EA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21071234-
CMYK0.100.7000.08
HSL291.17º79.51%59.8%-
HSV(B)291.17º69.66%91.76%-
XYZ43.6824.1580.2-
YUV131.14186.05184.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 71 (28.12% from 255) = 13.79%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=40.78%
G=13.79%
B=45.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210712340.100.7000.08291.1779.5159.8
HexD247EAA4608123503c
Octal3221073521210601044312074
Binary1101001010001111110101010101000110010001001000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D247EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D247EA; }

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

 H1.HeaderClassName
 {
   color: #D247EA;
 }
 .AnyTagClassName
 {
   color: #D247EA;
 }
</style>
background-color css

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

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

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

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

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

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