#D777C5

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

Shades of Orchid #D777C5

Tints of Orchid #D777C5

Color information

#D777C5 (or 0xD777C5) is unknown color: approx Orchid. HEX triplet: D7, 77 and C5. RGB value is (215,119,197). Sum of RGB (Red+Green+Blue) = 215+119+197=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D777C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777C5 is #28883A. Grayscale: #9C9C9C. Windows color (decimal): -2656315 or 12941271. OLE color: 12941271.

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

Color convert

RGB215119197-
CMYK00.450.080.16
HSL311.25º54.55%65.49%-
HSV(B)311.25º44.65%84.31%-
XYZ44.731.6756.58-
YUV156.6150.8169.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=40.49%
G=22.41%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511919700.450.080.16311.2554.5565.49
HexD777C502D8101373741
Octal327167305055102046767101
Binary1101011111101111100010101011011000100001001101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777C5; }

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

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

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

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

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

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

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

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