#D77FDA

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

Shades of Orchid #D77FDA

Tints of Orchid #D77FDA

Color information

#D77FDA (or 0xD77FDA) is unknown color: approx Orchid. HEX triplet: D7, 7F and DA. RGB value is (215,127,218). Sum of RGB (Red+Green+Blue) = 215+127+218=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D77FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDA is #288025. Grayscale: #A3A3A3. Windows color (decimal): -2654246 or 14319575. OLE color: 14319575.

HSL color Cylindrical-coordinate representation of color #D77FDA: hue angle of 298.02º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77FDA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215127218-
CMYK0.010.4200.15
HSL298.02º55.15%67.65%-
HSV(B)298.02º41.74%85.49%-
XYZ48.2734.6970.48-
YUV163.69158.65164.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=38.39%
G=22.68%
B=38.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151272180.010.4200.15298.0255.1567.65
HexD77FDA12A0F12a3744
Octal32717733215201745267104
Binary110101111111111110110101101010011111001010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FDA; }

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

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

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

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

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

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

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

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