#D27FBF

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

Shades of Orchid #D27FBF

Tints of Orchid #D27FBF

Color information

#D27FBF (or 0xD27FBF) is unknown color: approx Orchid. HEX triplet: D2, 7F and BF. RGB value is (210,127,191). Sum of RGB (Red+Green+Blue) = 210+127+191=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FBF is #2D8040. Grayscale: #9E9E9E. Windows color (decimal): -2981953 or 12550098. OLE color: 12550098.

HSL color Cylindrical-coordinate representation of color #D27FBF: hue angle of 313.73º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FBF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210127191-
CMYK00.400.090.18
HSL313.73º47.98%66.08%-
HSV(B)313.73º39.52%82.35%-
XYZ43.5732.6453.29-
YUV159.11146164.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 191 (75% from 255) = 36.17%
R=39.77%
G=24.05%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012719100.400.090.18313.7347.9866.08
HexD27FBF02891213a3042
Octal322177277050112247260102
Binary1101001011111111011111101010001001100101001110101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FBF; }

 p { color: rgb(210,127,191); }

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

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

 a { background-color: rgb(210,127,191); }

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

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

 span { border-color: rgb(210,127,191); }

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