#D76EC4

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

Shades of Orchid #D76EC4

Tints of Orchid #D76EC4

Color information

#D76EC4 (or 0xD76EC4) is unknown color: approx Orchid. HEX triplet: D7, 6E and C4. RGB value is (215,110,196). Sum of RGB (Red+Green+Blue) = 215+110+196=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EC4 is #28913B. Grayscale: #969696. Windows color (decimal): -2658620 or 12873431. OLE color: 12873431.

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

Color convert

RGB215110196-
CMYK00.490.090.16
HSL310.86º56.76%63.73%-
HSV(B)310.86º48.84%84.31%-
XYZ43.5629.5855.64-
YUV151.2153.29173.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=41.27%
G=21.11%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511019600.490.090.16310.8656.7663.73
HexD76EC40319101373940
Octal327156304061112046771100
Binary1101011111011101100010001100011001100001001101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76EC4; }

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

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

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

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

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

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

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

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