#D276D9

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

Shades of Orchid #D276D9

Tints of Orchid #D276D9

Color information

#D276D9 (or 0xD276D9) is unknown color: approx Orchid. HEX triplet: D2, 76 and D9. RGB value is (210,118,217). Sum of RGB (Red+Green+Blue) = 210+118+217=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #D276D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D9 is #2D8926. Grayscale: #9C9C9C. Windows color (decimal): -2984231 or 14251730. OLE color: 14251730.

HSL color Cylindrical-coordinate representation of color #D276D9: hue angle of 295.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D276D9 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210118217-
CMYK0.030.4600.15
HSL295.76º56.57%65.69%-
HSV(B)295.76º45.62%85.1%-
XYZ45.5831.6769.36-
YUV156.79161.98165.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=38.53%
G=21.65%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101182170.030.4600.15295.7656.5765.69
HexD276D932E0F1283942
Octal32216633135601745071102
Binary1101001011101101101100111101110011111001010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276D9; }

 p { color: rgb(210,118,217); }

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

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

 a { background-color: rgb(210,118,217); }

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

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

 span { border-color: rgb(210,118,217); }

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