#D27FBE

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

Shades of Orchid #D27FBE

Tints of Orchid #D27FBE

Color information

#D27FBE (or 0xD27FBE) is unknown color: approx Orchid. HEX triplet: D2, 7F and BE. RGB value is (210,127,190). Sum of RGB (Red+Green+Blue) = 210+127+190=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FBE is #2D8041. Grayscale: #9E9E9E. Windows color (decimal): -2981954 or 12484562. OLE color: 12484562.

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

Color convert

RGB210127190-
CMYK00.400.100.18
HSL314.46º47.98%66.08%-
HSV(B)314.46º39.52%82.35%-
XYZ43.4632.652.72-
YUV159145.5164.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=39.85%
G=24.10%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012719000.400.100.18314.4647.9866.08
HexD27FBE028A1213a3042
Octal322177276050122247260102
Binary1101001011111111011111001010001010100101001110101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FBE; }

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

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

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

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

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

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

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

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