#D777CD

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

Shades of Orchid #D777CD

Tints of Orchid #D777CD

Color information

#D777CD (or 0xD777CD) is unknown color: approx Orchid. HEX triplet: D7, 77 and CD. RGB value is (215,119,205). Sum of RGB (Red+Green+Blue) = 215+119+205=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CD is #288832. Grayscale: #9D9D9D. Windows color (decimal): -2656307 or 13465559. OLE color: 13465559.

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

Color convert

RGB215119205-
CMYK00.450.050.16
HSL306.25º54.55%65.49%-
HSV(B)306.25º44.65%84.31%-
XYZ45.6432.0561.54-
YUV157.51154.8169.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=39.89%
G=22.08%
B=38.03%

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
Decimal21511920500.450.050.16306.2554.5565.49
HexD777CD02D5101323741
Octal32716731505552046267101
Binary110101111110111110011010101101101100001001100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777CD; }

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

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

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

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

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

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

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

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