#D776CD

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

Shades of Orchid #D776CD

Tints of Orchid #D776CD

Color information

#D776CD (or 0xD776CD) is unknown color: approx Orchid. HEX triplet: D7, 76 and CD. RGB value is (215,118,205). Sum of RGB (Red+Green+Blue) = 215+118+205=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D776CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776CD is #288932. Grayscale: #9C9C9C. Windows color (decimal): -2656563 or 13465303. OLE color: 13465303.

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

Color convert

RGB215118205-
CMYK00.450.050.16
HSL306.19º54.8%65.29%-
HSV(B)306.19º45.12%84.31%-
XYZ45.5231.8161.5-
YUV156.92155.14169.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=39.96%
G=21.93%
B=38.10%

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
Decimal21511820500.450.050.16306.1954.865.29
HexD776CD02D5101323741
Octal32716631505552046267101
Binary110101111110110110011010101101101100001001100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D776CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D776CD; }

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

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

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

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

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

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

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

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