#D769B7

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

Shades of Orchid #D769B7

Tints of Orchid #D769B7

Color information

#D769B7 (or 0xD769B7) is unknown color: approx Orchid. HEX triplet: D7, 69 and B7. RGB value is (215,105,183). Sum of RGB (Red+Green+Blue) = 215+105+183=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D769B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769B7 is #289648. Grayscale: #929292. Windows color (decimal): -2659913 or 12020183. OLE color: 12020183.

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

Color convert

RGB215105183-
CMYK00.510.150.16
HSL317.45º57.89%62.75%-
HSV(B)317.45º51.16%84.31%-
XYZ41.6227.9748-
YUV146.78148.44176.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=42.74%
G=20.87%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510518300.510.150.16317.4557.8962.75
HexD769B7033F1013d3a3f
Octal32715126706317204757277
Binary110101111101001101101110110011111110000100111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769B7; }

 p { color: rgb(215,105,183); }

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

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

 a { background-color: rgb(215,105,183); }

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

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

 span { border-color: rgb(215,105,183); }

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