#D76FE2

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

Shades of Orchid #D76FE2

Tints of Orchid #D76FE2

Color information

#D76FE2 (or 0xD76FE2) is unknown color: approx Orchid. HEX triplet: D7, 6F and E2. RGB value is (215,111,226). Sum of RGB (Red+Green+Blue) = 215+111+226=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #D76FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE2 is #28901D. Grayscale: #9A9A9A. Windows color (decimal): -2658334 or 14839767. OLE color: 14839767.

HSL color Cylindrical-coordinate representation of color #D76FE2: hue angle of 294.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76FE2 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215111226-
CMYK0.050.5100.11
HSL294.26º66.47%66.08%-
HSV(B)294.26º50.88%88.63%-
XYZ47.4431.3175.49-
YUV155.21167.96170.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 111 (43.75% from 255) = 20.11%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=38.95%
G=20.11%
B=40.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151112260.050.5100.11294.2666.4766.08
HexD76FE25330B1264242
Octal327157342563013446102102
Binary110101111101111111000101011100110101110010011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FE2; }

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

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

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

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

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

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

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

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