#D76DC9

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

Shades of Orchid #D76DC9

Tints of Orchid #D76DC9

Color information

#D76DC9 (or 0xD76DC9) is unknown color: approx Orchid. HEX triplet: D7, 6D and C9. RGB value is (215,109,201). Sum of RGB (Red+Green+Blue) = 215+109+201=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC9 is #289236. Grayscale: #969696. Windows color (decimal): -2658871 or 13200855. OLE color: 13200855.

HSL color Cylindrical-coordinate representation of color #D76DC9: hue angle of 307.92º 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 #D76DC9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215109201-
CMYK00.490.070.16
HSL307.92º56.99%63.53%-
HSV(B)307.92º49.3%84.31%-
XYZ44.0429.658.65-
YUV151.18156.12173.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=40.95%
G=20.76%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510920100.490.070.16307.9256.9963.53
HexD76DC90317101343940
Octal32715531106172046471100
Binary110101111101101110010010110001111100001001101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DC9; }

 p { color: rgb(215,109,201); }

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

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

 a { background-color: rgb(215,109,201); }

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

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

 span { border-color: rgb(215,109,201); }

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