#D276D1

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

Shades of Orchid #D276D1

Tints of Orchid #D276D1

Color information

#D276D1 (or 0xD276D1) is unknown color: approx Orchid. HEX triplet: D2, 76 and D1. RGB value is (210,118,209). Sum of RGB (Red+Green+Blue) = 210+118+209=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D276D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D1 is #2D892E. Grayscale: #9B9B9B. Windows color (decimal): -2984239 or 13727442. OLE color: 13727442.

HSL color Cylindrical-coordinate representation of color #D276D1: hue angle of 300.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276D1 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210118209-
CMYK00.440.000.18
HSL300.65º50.55%64.31%-
HSV(B)300.65º43.81%82.35%-
XYZ44.5731.2664.01-
YUV155.88157.98166.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=39.11%
G=21.97%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011820900.440.000.18300.6550.5564.31
HexD276D102C01212d3340
Octal32216632105402245563100
Binary1101001011101101101000101011000100101001011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276D1; }

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

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

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

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

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

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

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

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