#D27BBB

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

Shades of Orchid #D27BBB

Tints of Orchid #D27BBB

Color information

#D27BBB (or 0xD27BBB) is unknown color: approx Orchid. HEX triplet: D2, 7B and BB. RGB value is (210,123,187). Sum of RGB (Red+Green+Blue) = 210+123+187=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BBB is #2D8444. Grayscale: #9C9C9C. Windows color (decimal): -2982981 or 12286930. OLE color: 12286930.

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

Color convert

RGB210123187-
CMYK00.410.110.18
HSL315.86º49.15%65.29%-
HSV(B)315.86º41.43%82.35%-
XYZ42.6331.4650.84-
YUV156.31145.32166.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=40.38%
G=23.65%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012318700.410.110.18315.8649.1565.29
HexD27BBB029B1213c3141
Octal322173273051132247461101
Binary1101001011110111011101101010011011100101001111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BBB; }

 p { color: rgb(210,123,187); }

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

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

 a { background-color: rgb(210,123,187); }

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

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

 span { border-color: rgb(210,123,187); }

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