#D276D3

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

Shades of Orchid #D276D3

Tints of Orchid #D276D3

Color information

#D276D3 (or 0xD276D3) is unknown color: approx Orchid. HEX triplet: D2, 76 and D3. RGB value is (210,118,211). Sum of RGB (Red+Green+Blue) = 210+118+211=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #D276D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D3 is #2D892C. Grayscale: #9B9B9B. Windows color (decimal): -2984237 or 13858514. OLE color: 13858514.

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

Color convert

RGB210118211-
CMYK0.000.4400.17
HSL299.35º51.38%64.51%-
HSV(B)299.35º44.08%82.75%-
XYZ44.8131.3665.32-
YUV156.11158.98166.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 211 (82.81% from 255) = 39.15%
R=38.96%
G=21.89%
B=39.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101182110.000.4400.17299.3551.3864.51
HexD276D302C01112b3341
Octal32216632305402145363101
Binary1101001011101101101001101011000100011001010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276D3; }

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

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

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

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

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

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

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

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