#D78ACD

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

Shades of Orchid #D78ACD

Tints of Orchid #D78ACD

Color information

#D78ACD (or 0xD78ACD) is unknown color: approx Orchid. HEX triplet: D7, 8A and CD. RGB value is (215,138,205). Sum of RGB (Red+Green+Blue) = 215+138+205=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ACD is #287532. Grayscale: #A8A8A8. Windows color (decimal): -2651443 or 13470423. OLE color: 13470423.

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

Color convert

RGB215138205-
CMYK00.360.050.16
HSL307.79º49.04%69.22%-
HSV(B)307.79º35.81%84.31%-
XYZ48.1337.0362.37-
YUV168.66148.51161.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=38.53%
G=24.73%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513820500.360.050.16307.7949.0469.22
HexD78ACD0245101343145
Octal32721231504452046461105
Binary1101011110001010110011010100100101100001001101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ACD; }

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

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

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

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

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

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

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

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