#D76DE8

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

Shades of Orchid #D76DE8

Tints of Orchid #D76DE8

Color information

#D76DE8 (or 0xD76DE8) is unknown color: approx Orchid. HEX triplet: D7, 6D and E8. RGB value is (215,109,232). Sum of RGB (Red+Green+Blue) = 215+109+232=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #D76DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76DE8 is #289217. Grayscale: #9A9A9A. Windows color (decimal): -2658840 or 15232471. OLE color: 15232471.

HSL color Cylindrical-coordinate representation of color #D76DE8: hue angle of 291.71º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76DE8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215109232-
CMYK0.070.5300.09
HSL291.71º72.78%66.86%-
HSV(B)291.71º53.02%90.98%-
XYZ48.0631.2179.84-
YUV154.72171.62171-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=38.67%
G=19.60%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151092320.070.5300.09291.7172.7866.86
HexD76DE8735091244943
Octal327155350765011444111103
Binary110101111101101111010001111101010100110010010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DE8; }

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

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

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

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

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

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

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

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