#D777D2

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

Shades of Orchid #D777D2

Tints of Orchid #D777D2

Color information

#D777D2 (or 0xD777D2) is unknown color: approx Orchid. HEX triplet: D7, 77 and D2. RGB value is (215,119,210). Sum of RGB (Red+Green+Blue) = 215+119+210=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D777D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777D2 is #28882D. Grayscale: #9D9D9D. Windows color (decimal): -2656302 or 13793239. OLE color: 13793239.

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

Color convert

RGB215119210-
CMYK00.450.020.16
HSL303.12º54.55%65.49%-
HSV(B)303.12º44.65%84.31%-
XYZ46.2532.2964.77-
YUV158.08157.3168.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 119 (46.88% from 255) = 21.88%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=39.52%
G=21.88%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511921000.450.020.16303.1254.5565.49
HexD777D202D21012f3741
Octal32716732205522045767101
Binary11010111111011111010010010110110100001001011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777D2; }

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

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

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

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

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

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

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

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