#D271BA

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

Shades of Orchid #D271BA

Tints of Orchid #D271BA

Color information

#D271BA (or 0xD271BA) is unknown color: approx Orchid. HEX triplet: D2, 71 and BA. RGB value is (210,113,186). Sum of RGB (Red+Green+Blue) = 210+113+186=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BA is #2D8E45. Grayscale: #969696. Windows color (decimal): -2985542 or 12218834. OLE color: 12218834.

HSL color Cylindrical-coordinate representation of color #D271BA: hue angle of 314.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271BA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210113186-
CMYK00.460.110.18
HSL314.85º51.87%63.33%-
HSV(B)314.85º46.19%82.35%-
XYZ41.3529.0649.88-
YUV150.33148.14170.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=41.26%
G=22.20%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011318600.460.110.18314.8551.8763.33
HexD271BA02EB1213b343f
Octal32216127205613224736477
Binary110100101110001101110100101110101110010100111011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271BA; }

 p { color: rgb(210,113,186); }

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

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

 a { background-color: rgb(210,113,186); }

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

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

 span { border-color: rgb(210,113,186); }

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