#D272BA

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

Shades of Orchid #D272BA

Tints of Orchid #D272BA

Color information

#D272BA (or 0xD272BA) is unknown color: approx Orchid. HEX triplet: D2, 72 and BA. RGB value is (210,114,186). Sum of RGB (Red+Green+Blue) = 210+114+186=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D272BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272BA is #2D8D45. Grayscale: #969696. Windows color (decimal): -2985286 or 12219090. OLE color: 12219090.

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

Color convert

RGB210114186-
CMYK00.460.110.18
HSL315º51.61%63.53%-
HSV(B)315º45.71%82.35%-
XYZ41.4629.2849.92-
YUV150.91147.8170.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=41.18%
G=22.35%
B=36.47%

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
Decimal21011418600.460.110.1831551.6163.53
HexD272BA02EB1213b3440
Octal322162272056132247364100
Binary1101001011100101011101001011101011100101001110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272BA; }

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

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

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

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

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

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

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

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