#D76FD8

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

Shades of Orchid #D76FD8

Tints of Orchid #D76FD8

Color information

#D76FD8 (or 0xD76FD8) is unknown color: approx Orchid. HEX triplet: D7, 6F and D8. RGB value is (215,111,216). Sum of RGB (Red+Green+Blue) = 215+111+216=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #D76FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FD8 is #289027. Grayscale: #999999. Windows color (decimal): -2658344 or 14184407. OLE color: 14184407.

HSL color Cylindrical-coordinate representation of color #D76FD8: hue angle of 299.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76FD8 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215111216-
CMYK0.000.4900.15
HSL299.43º57.38%64.12%-
HSV(B)299.43º48.61%84.71%-
XYZ46.130.7768.48-
YUV154.07162.96171.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=39.67%
G=20.48%
B=39.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151112160.000.4900.15299.4357.3864.12
HexD76FD80310F12b3940
Octal32715733006101745371100
Binary110101111101111110110000110001011111001010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FD8; }

 p { color: rgb(215,111,216); }

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

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

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

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

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

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

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