#D271BE

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

Shades of Orchid #D271BE

Tints of Orchid #D271BE

Color information

#D271BE (or 0xD271BE) is unknown color: approx Orchid. HEX triplet: D2, 71 and BE. RGB value is (210,113,190). Sum of RGB (Red+Green+Blue) = 210+113+190=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BE is #2D8E41. Grayscale: #969696. Windows color (decimal): -2985538 or 12480978. OLE color: 12480978.

HSL color Cylindrical-coordinate representation of color #D271BE: hue angle of 312.37º 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 #D271BE is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210113190-
CMYK00.460.100.18
HSL312.37º51.87%63.33%-
HSV(B)312.37º46.19%82.35%-
XYZ41.7829.2352.16-
YUV150.78150.14170.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=40.94%
G=22.03%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011319000.460.100.18312.3751.8763.33
HexD271BE02EA12138343f
Octal32216127605612224706477
Binary110100101110001101111100101110101010010100111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271BE; }

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

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

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

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

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

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

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

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