#D778CE

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

Shades of Orchid #D778CE

Tints of Orchid #D778CE

Color information

#D778CE (or 0xD778CE) is unknown color: approx Orchid. HEX triplet: D7, 78 and CE. RGB value is (215,120,206). Sum of RGB (Red+Green+Blue) = 215+120+206=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D778CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778CE is #288731. Grayscale: #9D9D9D. Windows color (decimal): -2656050 or 13531351. OLE color: 13531351.

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

Color convert

RGB215120206-
CMYK00.440.040.16
HSL305.68º54.29%65.69%-
HSV(B)305.68º44.19%84.31%-
XYZ45.8832.3462.22-
YUV158.21154.97168.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 120 (47.27% from 255) = 22.18%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=39.74%
G=22.18%
B=38.08%

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
Decimal21512020600.440.040.16305.6854.2965.69
HexD778CE02C4101323642
Octal32717031605442046266102
Binary110101111111000110011100101100100100001001100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D778CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D778CE; }

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

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

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

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

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

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

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

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