#D47BC1

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

Shades of Orchid #D47BC1

Tints of Orchid #D47BC1

Color information

#D47BC1 (or 0xD47BC1) is unknown color: approx Orchid. HEX triplet: D4, 7B and C1. RGB value is (212,123,193). Sum of RGB (Red+Green+Blue) = 212+123+193=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BC1 is #2B843E. Grayscale: #9D9D9D. Windows color (decimal): -2851903 or 12680148. OLE color: 12680148.

HSL color Cylindrical-coordinate representation of color #D47BC1: hue angle of 312.81º 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 #D47BC1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212123193-
CMYK00.420.090.17
HSL312.81º50.86%65.69%-
HSV(B)312.81º41.98%83.14%-
XYZ43.8632.0154.32-
YUV157.59147.99166.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=40.15%
G=23.30%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212319300.420.090.17312.8150.8665.69
HexD47BC102A9111393342
Octal324173301052112147163102
Binary1101010011110111100000101010101001100011001110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47BC1; }

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

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

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

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

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

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

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

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