#D78ACF

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

Shades of Orchid #D78ACF

Tints of Orchid #D78ACF

Color information

#D78ACF (or 0xD78ACF) is unknown color: approx Orchid. HEX triplet: D7, 8A and CF. RGB value is (215,138,207). Sum of RGB (Red+Green+Blue) = 215+138+207=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ACF is #287530. Grayscale: #A8A8A8. Windows color (decimal): -2651441 or 13601495. OLE color: 13601495.

HSL color Cylindrical-coordinate representation of color #D78ACF: hue angle of 306.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78ACF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215138207-
CMYK00.360.040.16
HSL306.23º49.04%69.22%-
HSV(B)306.23º35.81%84.31%-
XYZ48.3837.1363.65-
YUV168.89149.51160.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=38.39%
G=24.64%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513820700.360.040.16306.2349.0469.22
HexD78ACF0244101323145
Octal32721231704442046261105
Binary1101011110001010110011110100100100100001001100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ACF; }

 p { color: rgb(215,138,207); }

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

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

 a { background-color: rgb(215,138,207); }

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

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

 span { border-color: rgb(215,138,207); }

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