#D76FCF

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

Shades of Orchid #D76FCF

Tints of Orchid #D76FCF

Color information

#D76FCF (or 0xD76FCF) is unknown color: approx Orchid. HEX triplet: D7, 6F and CF. RGB value is (215,111,207). Sum of RGB (Red+Green+Blue) = 215+111+207=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCF is #289030. Grayscale: #989898. Windows color (decimal): -2658353 or 13594583. OLE color: 13594583.

HSL color Cylindrical-coordinate representation of color #D76FCF: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FCF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215111207-
CMYK00.480.040.16
HSL304.62º56.52%63.92%-
HSV(B)304.62º48.37%84.31%-
XYZ44.9730.3262.51-
YUV153.04158.46172.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=40.34%
G=20.83%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511120700.480.040.16304.6256.5263.92
HexD76FCF0304101313940
Octal32715731706042046171100
Binary110101111101111110011110110000100100001001100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FCF; }

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

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

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

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

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

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

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

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