#D76ED1

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

Shades of Orchid #D76ED1

Tints of Orchid #D76ED1

Color information

#D76ED1 (or 0xD76ED1) is unknown color: approx Orchid. HEX triplet: D7, 6E and D1. RGB value is (215,110,209). Sum of RGB (Red+Green+Blue) = 215+110+209=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ED1 is #28912E. Grayscale: #989898. Windows color (decimal): -2658607 or 13725399. OLE color: 13725399.

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

Color convert

RGB215110209-
CMYK00.490.030.16
HSL303.43º56.76%63.73%-
HSV(B)303.43º48.84%84.31%-
XYZ45.1130.263.77-
YUV152.68159.79172.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 110 (43.36% from 255) = 20.60%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=40.26%
G=20.60%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511020900.490.030.16303.4356.7663.73
HexD76ED103131012f3940
Octal32715632106132045771100
Binary11010111110111011010001011000111100001001011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76ED1; }

 p { color: rgb(215,110,209); }

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

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

 a { background-color: rgb(215,110,209); }

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

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

 span { border-color: rgb(215,110,209); }

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