#D76ED0

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

Shades of Orchid #D76ED0

Tints of Orchid #D76ED0

Color information

#D76ED0 (or 0xD76ED0) is unknown color: approx Orchid. HEX triplet: D7, 6E and D0. RGB value is (215,110,208). Sum of RGB (Red+Green+Blue) = 215+110+208=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ED0 is #28912F. Grayscale: #989898. Windows color (decimal): -2658608 or 13659863. OLE color: 13659863.

HSL color Cylindrical-coordinate representation of color #D76ED0: hue angle of 304º 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 #D76ED0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215110208-
CMYK00.490.030.16
HSL304º56.76%63.73%-
HSV(B)304º48.84%84.31%-
XYZ44.9930.1563.12-
YUV152.57159.29172.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 110 (43.36% from 255) = 20.64%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=40.34%
G=20.64%
B=39.02%

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
Decimal21511020800.490.030.1630456.7663.73
HexD76ED00313101303940
Octal32715632006132046071100
Binary11010111110111011010000011000111100001001100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76ED0; }

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

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

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

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

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

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

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

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