#D47CCE

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

Shades of Orchid #D47CCE

Tints of Orchid #D47CCE

Color information

#D47CCE (or 0xD47CCE) is unknown color: approx Orchid. HEX triplet: D4, 7C and CE. RGB value is (212,124,206). Sum of RGB (Red+Green+Blue) = 212+124+206=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CCE is #2B8331. Grayscale: #9F9F9F. Windows color (decimal): -2851634 or 13532372. OLE color: 13532372.

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

Color convert

RGB212124206-
CMYK00.420.030.17
HSL304.09º50.57%65.88%-
HSV(B)304.09º41.51%83.14%-
XYZ45.532.8762.34-
YUV159.66154.15165.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=39.11%
G=22.88%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212420600.420.030.17304.0950.5765.88
HexD47CCE02A3111303342
Octal32417431605232146063102
Binary11010100111110011001110010101011100011001100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CCE; }

 p { color: rgb(212,124,206); }

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

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

 a { background-color: rgb(212,124,206); }

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

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

 span { border-color: rgb(212,124,206); }

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