#D27FBC

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

Shades of Orchid #D27FBC

Tints of Orchid #D27FBC

Color information

#D27FBC (or 0xD27FBC) is unknown color: approx Orchid. HEX triplet: D2, 7F and BC. RGB value is (210,127,188). Sum of RGB (Red+Green+Blue) = 210+127+188=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FBC is #2D8043. Grayscale: #9E9E9E. Windows color (decimal): -2981956 or 12353490. OLE color: 12353490.

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

Color convert

RGB210127188-
CMYK00.400.100.18
HSL315.9º47.98%66.08%-
HSV(B)315.9º39.52%82.35%-
XYZ43.2432.5151.57-
YUV158.77144.5164.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=40%
G=24.19%
B=35.81%

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
Decimal21012718800.400.100.18315.947.9866.08
HexD27FBC028A1213c3042
Octal322177274050122247460102
Binary1101001011111111011110001010001010100101001111001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FBC; }

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

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

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

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

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

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

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

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