#D47CC9

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

Shades of Orchid #D47CC9

Tints of Orchid #D47CC9

Color information

#D47CC9 (or 0xD47CC9) is unknown color: approx Orchid. HEX triplet: D4, 7C and C9. RGB value is (212,124,201). Sum of RGB (Red+Green+Blue) = 212+124+201=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CC9 is #2B8336. Grayscale: #9E9E9E. Windows color (decimal): -2851639 or 13204692. OLE color: 13204692.

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

Color convert

RGB212124201-
CMYK00.420.050.17
HSL307.5º50.57%65.88%-
HSV(B)307.5º41.51%83.14%-
XYZ44.932.6359.19-
YUV159.09151.65165.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=39.48%
G=23.09%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212420100.420.050.17307.550.5765.88
HexD47CC902A5111343342
Octal32417431105252146463102
Binary110101001111100110010010101010101100011001101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CC9; }

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

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

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

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

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

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

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

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