#D76BDD

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

Shades of Orchid #D76BDD

Tints of Orchid #D76BDD

Color information

#D76BDD (or 0xD76BDD) is unknown color: approx Orchid. HEX triplet: D7, 6B and DD. RGB value is (215,107,221). Sum of RGB (Red+Green+Blue) = 215+107+221=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BDD is #289422. Grayscale: #979797. Windows color (decimal): -2659363 or 14511063. OLE color: 14511063.

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

Color convert

RGB215107221-
CMYK0.030.5200.13
HSL296.84º62.64%64.31%-
HSV(B)296.84º51.58%86.67%-
XYZ46.3330.1871.79-
YUV152.29166.78172.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 107 (42.19% from 255) = 19.71%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=39.59%
G=19.71%
B=40.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151072210.030.5200.13296.8462.6464.31
HexD76BDD3340D1293f40
Octal32715333536401545177100
Binary1101011111010111101110111110100011011001010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BDD; }

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

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

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

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

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

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

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

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