#D769BE

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

Shades of Orchid #D769BE

Tints of Orchid #D769BE

Color information

#D769BE (or 0xD769BE) is unknown color: approx Orchid. HEX triplet: D7, 69 and BE. RGB value is (215,105,190). Sum of RGB (Red+Green+Blue) = 215+105+190=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D769BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769BE is #289641. Grayscale: #939393. Windows color (decimal): -2659906 or 12478935. OLE color: 12478935.

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

Color convert

RGB215105190-
CMYK00.510.120.16
HSL313.64º57.89%62.75%-
HSV(B)313.64º51.16%84.31%-
XYZ42.3728.2751.94-
YUV147.58151.94176.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=42.16%
G=20.59%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510519000.510.120.16313.6457.8962.75
HexD769BE033C1013a3a3f
Octal32715127606314204727277
Binary110101111101001101111100110011110010000100111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769BE; }

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

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

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

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

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

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

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

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