#D769E7

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

Shades of Orchid #D769E7

Tints of Orchid #D769E7

Color information

#D769E7 (or 0xD769E7) is unknown color: approx Orchid. HEX triplet: D7, 69 and E7. RGB value is (215,105,231). Sum of RGB (Red+Green+Blue) = 215+105+231=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #D769E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D769E7 is #289618. Grayscale: #979797. Windows color (decimal): -2659865 or 15165911. OLE color: 15165911.

HSL color Cylindrical-coordinate representation of color #D769E7: hue angle of 292.38º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D769E7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215105231-
CMYK0.070.5500.09
HSL292.38º72.41%65.88%-
HSV(B)292.38º54.55%90.59%-
XYZ47.530.3278.95-
YUV152.25172.44172.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 19.06%
BLUE value IS 231 (90.62% from 255) = 41.92%
R=39.02%
G=19.06%
B=41.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151052310.070.5500.09292.3872.4165.88
HexD769E7737091244842
Octal327151347767011444110102
Binary110101111101001111001111111101110100110010010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769E7; }

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

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

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

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

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

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

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

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