#D77FD5

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

Shades of Orchid #D77FD5

Tints of Orchid #D77FD5

Color information

#D77FD5 (or 0xD77FD5) is unknown color: approx Orchid. HEX triplet: D7, 7F and D5. RGB value is (215,127,213). Sum of RGB (Red+Green+Blue) = 215+127+213=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FD5 is #28802A. Grayscale: #A2A2A2. Windows color (decimal): -2654251 or 13991895. OLE color: 13991895.

HSL color Cylindrical-coordinate representation of color #D77FD5: hue angle of 301.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FD5 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215127213-
CMYK00.410.010.16
HSL301.36º52.38%67.06%-
HSV(B)301.36º40.93%84.31%-
XYZ47.6234.4367.09-
YUV163.12156.15165.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=38.74%
G=22.88%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512721300.410.010.16301.3652.3867.06
HexD77FD502911012d3443
Octal32717732505112045564103
Binary1101011111111111101010101010011100001001011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FD5; }

 p { color: rgb(215,127,213); }

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

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

 a { background-color: rgb(215,127,213); }

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

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

 span { border-color: rgb(215,127,213); }

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