#D76AD0

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

Shades of Orchid #D76AD0

Tints of Orchid #D76AD0

Color information

#D76AD0 (or 0xD76AD0) is unknown color: approx Orchid. HEX triplet: D7, 6A and D0. RGB value is (215,106,208). Sum of RGB (Red+Green+Blue) = 215+106+208=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AD0 is #28952F. Grayscale: #959595. Windows color (decimal): -2659632 or 13658839. OLE color: 13658839.

HSL color Cylindrical-coordinate representation of color #D76AD0: hue angle of 303.85º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215106208-
CMYK00.510.030.16
HSL303.85º57.67%62.94%-
HSV(B)303.85º50.7%84.31%-
XYZ44.5629.3162.98-
YUV150.22160.61174.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=40.64%
G=20.04%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510620800.510.030.16303.8557.6762.94
HexD76AD00333101303a3f
Octal3271523200633204607277
Binary1101011111010101101000001100111110000100110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AD0; }

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

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

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

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

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

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

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

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