#D768DF

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

Shades of Orchid #D768DF

Tints of Orchid #D768DF

Color information

#D768DF (or 0xD768DF) is unknown color: approx Orchid. HEX triplet: D7, 68 and DF. RGB value is (215,104,223). Sum of RGB (Red+Green+Blue) = 215+104+223=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D768DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768DF is #289720. Grayscale: #969696. Windows color (decimal): -2660129 or 14641367. OLE color: 14641367.

HSL color Cylindrical-coordinate representation of color #D768DF: hue angle of 295.97º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D768DF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215104223-
CMYK0.040.5300.13
HSL295.97º65.03%64.12%-
HSV(B)295.97º53.36%87.45%-
XYZ46.2929.6873.1-
YUV150.76168.77173.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=39.67%
G=19.19%
B=41.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151042230.040.5300.13295.9765.0364.12
HexD768DF4350D1284140
Octal327150337465015450101100
Binary110101111101000110111111001101010110110010100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768DF; }

 p { color: rgb(215,104,223); }

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

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

 a { background-color: rgb(215,104,223); }

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

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

 span { border-color: rgb(215,104,223); }

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