#d76bc6

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

Shades of Orchid #D76BC6

Tints of Orchid #D76BC6

Color information

#D76BC6 (or 0xD76BC6) is unknown color: approx Orchid. HEX triplet: D7, 6B and C6. RGB value is (215,107,198). Sum of RGB (Red+Green+Blue) = 215+107+198=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BC6 is #289439. Grayscale: #959595. Windows color (decimal): -2659386 or 13003735. OLE color: 13003735.

HSL color Cylindrical-coordinate representation of color #D76BC6: hue angle of 309.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BC6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215107198-
CMYK00.500.080.16
HSL309.44º57.45%63.14%-
HSV(B)309.44º50.23%84.31%-
XYZ43.4829.0456.74-
YUV149.67155.28174.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=41.35%
G=20.58%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510719800.500.080.16309.4457.4563.14
HexD76BC6032810135393f
Octal32715330606210204657177
Binary110101111101011110001100110010100010000100110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76bc6; }

 p { color: rgb(215,107,198); }

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

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

 a { background-color: rgb(215,107,198); }

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

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

 span { border-color: rgb(215,107,198); }

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