#D778CF

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

Shades of Orchid #D778CF

Tints of Orchid #D778CF

Color information

#D778CF (or 0xD778CF) is unknown color: approx Orchid. HEX triplet: D7, 78 and CF. RGB value is (215,120,207). Sum of RGB (Red+Green+Blue) = 215+120+207=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D778CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778CF is #288730. Grayscale: #9E9E9E. Windows color (decimal): -2656049 or 13596887. OLE color: 13596887.

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

Color convert

RGB215120207-
CMYK00.440.040.16
HSL305.05º54.29%65.69%-
HSV(B)305.05º44.19%84.31%-
XYZ4632.3962.86-
YUV158.32155.47168.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 120 (47.27% from 255) = 22.14%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=39.67%
G=22.14%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512020700.440.040.16305.0554.2965.69
HexD778CF02C4101313642
Octal32717031705442046166102
Binary110101111111000110011110101100100100001001100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778CF; }

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

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

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

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

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

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

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

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