#D76DD8

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

Shades of Orchid #D76DD8

Tints of Orchid #D76DD8

Color information

#D76DD8 (or 0xD76DD8) is unknown color: approx Orchid. HEX triplet: D7, 6D and D8. RGB value is (215,109,216). Sum of RGB (Red+Green+Blue) = 215+109+216=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #D76DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DD8 is #289227. Grayscale: #989898. Windows color (decimal): -2658856 or 14183895. OLE color: 14183895.

HSL color Cylindrical-coordinate representation of color #D76DD8: hue angle of 299.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76DD8 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215109216-
CMYK0.000.5000.15
HSL299.44º57.84%63.73%-
HSV(B)299.44º49.54%84.71%-
XYZ45.8930.3468.4-
YUV152.89163.62172.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 216 (84.77% from 255) = 40%
R=39.81%
G=20.19%
B=40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151092160.000.5000.15299.4457.8463.73
HexD76DD80320F12b3a40
Octal32715533006201745372100
Binary110101111101101110110000110010011111001010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DD8; }

 p { color: rgb(215,109,216); }

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

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

 a { background-color: rgb(215,109,216); }

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

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

 span { border-color: rgb(215,109,216); }

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