#D47BBB

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

Shades of Orchid #D47BBB

Tints of Orchid #D47BBB

Color information

#D47BBB (or 0xD47BBB) is unknown color: approx Orchid. HEX triplet: D4, 7B and BB. RGB value is (212,123,187). Sum of RGB (Red+Green+Blue) = 212+123+187=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BBB is #2B8444. Grayscale: #9C9C9C. Windows color (decimal): -2851909 or 12286932. OLE color: 12286932.

HSL color Cylindrical-coordinate representation of color #D47BBB: hue angle of 316.85º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BBB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212123187-
CMYK00.420.120.17
HSL316.85º50.86%65.69%-
HSV(B)316.85º41.98%83.14%-
XYZ43.231.7550.87-
YUV156.91144.99167.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=40.61%
G=23.56%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212318700.420.120.17316.8550.8665.69
HexD47BBB02AC1113d3342
Octal324173273052142147563102
Binary1101010011110111011101101010101100100011001111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47BBB; }

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

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

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

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

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

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

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

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