#D769B9

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

Shades of Orchid #D769B9

Tints of Orchid #D769B9

Color information

#D769B9 (or 0xD769B9) is unknown color: approx Orchid. HEX triplet: D7, 69 and B9. RGB value is (215,105,185). Sum of RGB (Red+Green+Blue) = 215+105+185=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D769B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769B9 is #289646. Grayscale: #929292. Windows color (decimal): -2659911 or 12151255. OLE color: 12151255.

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

Color convert

RGB215105185-
CMYK00.510.140.16
HSL316.36º57.89%62.75%-
HSV(B)316.36º51.16%84.31%-
XYZ41.8328.0549.11-
YUV147.01149.44176.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=42.57%
G=20.79%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510518500.510.140.16316.3657.8962.75
HexD769B9033E1013c3a3f
Octal32715127106316204747277
Binary110101111101001101110010110011111010000100111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769B9; }

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

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

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

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

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

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

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

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