#D76AD3

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

Shades of Orchid #D76AD3

Tints of Orchid #D76AD3

Color information

#D76AD3 (or 0xD76AD3) is unknown color: approx Orchid. HEX triplet: D7, 6A and D3. RGB value is (215,106,211). Sum of RGB (Red+Green+Blue) = 215+106+211=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AD3 is #28952C. Grayscale: #969696. Windows color (decimal): -2659629 or 13855447. OLE color: 13855447.

HSL color Cylindrical-coordinate representation of color #D76AD3: hue angle of 302.2º 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 #D76AD3 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215106211-
CMYK00.510.020.16
HSL302.2º57.67%62.94%-
HSV(B)302.2º50.7%84.31%-
XYZ44.9429.4664.95-
YUV150.56162.11173.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 211 (82.81% from 255) = 39.66%
R=40.41%
G=19.92%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510621100.510.020.16302.257.6762.94
HexD76AD303321012e3a3f
Octal3271523230632204567277
Binary1101011111010101101001101100111010000100101110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76AD3; }

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

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

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

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

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

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

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

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