#D769C6

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

Shades of Orchid #D769C6

Tints of Orchid #D769C6

Color information

#D769C6 (or 0xD769C6) is unknown color: approx Orchid. HEX triplet: D7, 69 and C6. RGB value is (215,105,198). Sum of RGB (Red+Green+Blue) = 215+105+198=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D769C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769C6 is #289639. Grayscale: #949494. Windows color (decimal): -2659898 or 13003223. OLE color: 13003223.

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

Color convert

RGB215105198-
CMYK00.510.080.16
HSL309.27º57.89%62.75%-
HSV(B)309.27º51.16%84.31%-
XYZ43.2728.6356.67-
YUV148.49155.94175.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=41.51%
G=20.27%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510519800.510.080.16309.2757.8962.75
HexD769C60338101353a3f
Octal32715130606310204657277
Binary110101111101001110001100110011100010000100110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769C6; }

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

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

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

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

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

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

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

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