#D76ACF

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

Shades of Orchid #D76ACF

Tints of Orchid #D76ACF

Color information

#D76ACF (or 0xD76ACF) is unknown color: approx Orchid. HEX triplet: D7, 6A and CF. RGB value is (215,106,207). Sum of RGB (Red+Green+Blue) = 215+106+207=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ACF is #289530. Grayscale: #959595. Windows color (decimal): -2659633 or 13593303. OLE color: 13593303.

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

Color convert

RGB215106207-
CMYK00.510.040.16
HSL304.4º57.67%62.94%-
HSV(B)304.4º50.7%84.31%-
XYZ44.4429.2662.34-
YUV150.1160.11174.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=40.72%
G=20.08%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510620700.510.040.16304.457.6762.94
HexD76ACF0334101303a3f
Octal3271523170634204607277
Binary11010111110101011001111011001110010000100110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76ACF; }

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

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

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

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

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

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

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

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