#D272B9

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

Shades of Orchid #D272B9

Tints of Orchid #D272B9

Color information

#D272B9 (or 0xD272B9) is unknown color: approx Orchid. HEX triplet: D2, 72 and B9. RGB value is (210,114,185). Sum of RGB (Red+Green+Blue) = 210+114+185=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B9 is #2D8D46. Grayscale: #969696. Windows color (decimal): -2985287 or 12153554. OLE color: 12153554.

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

Color convert

RGB210114185-
CMYK00.460.120.18
HSL315.62º51.61%63.53%-
HSV(B)315.62º45.71%82.35%-
XYZ41.3529.2449.36-
YUV150.8147.3170.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=41.26%
G=22.40%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011418500.460.120.18315.6251.6163.53
HexD272B902EC1213c3440
Octal322162271056142247464100
Binary1101001011100101011100101011101100100101001111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272B9; }

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

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

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

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

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

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

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

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