#D77FD7

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

Shades of Orchid #D77FD7

Tints of Orchid #D77FD7

Color information

#D77FD7 (or 0xD77FD7) is unknown color: approx Orchid. HEX triplet: D7, 7F and D7. RGB value is (215,127,215). Sum of RGB (Red+Green+Blue) = 215+127+215=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D77FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FD7 is #288028. Grayscale: #A3A3A3. Windows color (decimal): -2654249 or 14122967. OLE color: 14122967.

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

Color convert

RGB215127215-
CMYK00.4100.16
HSL300º52.38%67.06%-
HSV(B)300º40.93%84.31%-
XYZ47.8834.5368.43-
YUV163.34157.15164.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=38.60%
G=22.80%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512721500.4100.1630052.3867.06
HexD77FD702901012c3443
Octal32717732705102045464103
Binary1101011111111111101011101010010100001001011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FD7; }

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

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

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

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

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

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

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

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