#D046D7

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

Shades of Medium Orchid #D046D7

Tints of Medium Orchid #D046D7

Color information

#D046D7 (or 0xD046D7) is unknown color: approx Medium Orchid. HEX triplet: D0, 46 and D7. RGB value is (208,70,215). Sum of RGB (Red+Green+Blue) = 208+70+215=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #D046D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046D7 is #2FB928. Grayscale: #7F7F7F. Windows color (decimal): -3127593 or 14108368. OLE color: 14108368.

HSL color Cylindrical-coordinate representation of color #D046D7: hue angle of 297.1º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D046D7 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20870215-
CMYK0.030.6700.16
HSL297.1º64.44%55.88%-
HSV(B)297.1º67.44%84.31%-
XYZ40.4722.766.54-
YUV127.79177.22185.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 70 (27.73% from 255) = 14.20%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=42.19%
G=14.20%
B=43.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208702150.030.6700.16297.164.4455.88
HexD046D73430101294038
Octal320106327310302045110070
Binary110100001000110110101111110000110100001001010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D046D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D046D7; }

 p { color: rgb(208,70,215); }

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

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

 a { background-color: rgb(208,70,215); }

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

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

 span { border-color: rgb(208,70,215); }

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