#D777C4

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

Shades of Orchid #D777C4

Tints of Orchid #D777C4

Color information

#D777C4 (or 0xD777C4) is unknown color: approx Orchid. HEX triplet: D7, 77 and C4. RGB value is (215,119,196). Sum of RGB (Red+Green+Blue) = 215+119+196=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D777C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777C4 is #28883B. Grayscale: #9C9C9C. Windows color (decimal): -2656316 or 12875735. OLE color: 12875735.

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

Color convert

RGB215119196-
CMYK00.450.090.16
HSL311.88º54.55%65.49%-
HSV(B)311.88º44.65%84.31%-
XYZ44.5831.6355.98-
YUV156.48150.3169.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=40.57%
G=22.45%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511919600.450.090.16311.8854.5565.49
HexD777C402D9101383741
Octal327167304055112047067101
Binary1101011111101111100010001011011001100001001110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777C4; }

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

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

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

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

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

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

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

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