#D777CC

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

Shades of Orchid #D777CC

Tints of Orchid #D777CC

Color information

#D777CC (or 0xD777CC) is unknown color: approx Orchid. HEX triplet: D7, 77 and CC. RGB value is (215,119,204). Sum of RGB (Red+Green+Blue) = 215+119+204=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CC is #288833. Grayscale: #9D9D9D. Windows color (decimal): -2656308 or 13400023. OLE color: 13400023.

HSL color Cylindrical-coordinate representation of color #D777CC: hue angle of 306.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777CC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215119204-
CMYK00.450.050.16
HSL306.88º54.55%65.49%-
HSV(B)306.88º44.65%84.31%-
XYZ45.523260.9-
YUV157.39154.3169.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=39.96%
G=22.12%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511920400.450.050.16306.8854.5565.49
HexD777CC02D5101333741
Octal32716731405552046367101
Binary110101111110111110011000101101101100001001100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777CC; }

 p { color: rgb(215,119,204); }

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

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

 a { background-color: rgb(215,119,204); }

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

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

 span { border-color: rgb(215,119,204); }

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