#D76DDD

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

Shades of Orchid #D76DDD

Tints of Orchid #D76DDD

Color information

#D76DDD (or 0xD76DDD) is unknown color: approx Orchid. HEX triplet: D7, 6D and DD. RGB value is (215,109,221). Sum of RGB (Red+Green+Blue) = 215+109+221=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DDD is #289222. Grayscale: #999999. Windows color (decimal): -2658851 or 14511575. OLE color: 14511575.

HSL color Cylindrical-coordinate representation of color #D76DDD: hue angle of 296.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76DDD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215109221-
CMYK0.030.5100.13
HSL296.79º62.22%64.71%-
HSV(B)296.79º50.68%86.67%-
XYZ46.5430.671.86-
YUV153.46166.12171.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 109 (42.97% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=39.45%
G=20%
B=40.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151092210.030.5100.13296.7962.2264.71
HexD76DDD3330D1293e41
Octal32715533536301545176101
Binary1101011111011011101110111110011011011001010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DDD; }

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

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

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

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

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

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

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

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