#D47BC4

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

Shades of Orchid #D47BC4

Tints of Orchid #D47BC4

Color information

#D47BC4 (or 0xD47BC4) is unknown color: approx Orchid. HEX triplet: D4, 7B and C4. RGB value is (212,123,196). Sum of RGB (Red+Green+Blue) = 212+123+196=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BC4 is #2B843B. Grayscale: #9D9D9D. Windows color (decimal): -2851900 or 12876756. OLE color: 12876756.

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

Color convert

RGB212123196-
CMYK00.420.080.17
HSL310.79º50.86%65.69%-
HSV(B)310.79º41.98%83.14%-
XYZ44.232.1556.1-
YUV157.93149.49166.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=39.92%
G=23.16%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212319600.420.080.17310.7950.8665.69
HexD47BC402A8111373342
Octal324173304052102146763102
Binary1101010011110111100010001010101000100011001101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47BC4; }

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

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

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

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

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

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

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

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